summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/lib/crypto/arcfour/arcfour.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/crypto/arcfour/arcfour.c b/src/lib/crypto/arcfour/arcfour.c
index 8d35d7eef..4999982c3 100644
--- a/src/lib/crypto/arcfour/arcfour.c
+++ b/src/lib/crypto/arcfour/arcfour.c
@@ -47,7 +47,7 @@ case 7: /* tgs-req authenticator */
case 8:
return 8;
case 9: /* tgs-rep encrypted with subkey */
- return 8;
+ return 9;
case 10: /* ap-rep authentication cksum */
return 10; /* xxx Microsoft never uses this*/
case 11: /* app-req authenticator */