aboutsummaryrefslogtreecommitdiff
path: root/src/lib/crypto
diff options
context:
space:
mode:
authorSam Hartman <hartmans@mit.edu>2009-05-18 23:28:53 +0000
committerSam Hartman <hartmans@mit.edu>2009-05-18 23:28:53 +0000
commit29e1669d344682c8b44b60c1e299b4b59308e70c (patch)
tree5d41be9c28a4be5da009da0bc2da120944a895c5 /src/lib/crypto
parentcbb34c759c2d4c189fd4e825dd2cadfe38f4ad2d (diff)
downloadkrb5-29e1669d344682c8b44b60c1e299b4b59308e70c.zip
krb5-29e1669d344682c8b44b60c1e299b4b59308e70c.tar.gz
krb5-29e1669d344682c8b44b60c1e299b4b59308e70c.tar.bz2
In practice, key usage 9 requires no translation
ticket: 6490 status: open git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@22355 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/crypto')
-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 8d35d7e..4999982 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 */