In practice, key usage 9 requires no translation
authorSam Hartman <hartmans@mit.edu>
Mon, 18 May 2009 23:28:53 +0000 (23:28 +0000)
committerSam Hartman <hartmans@mit.edu>
Mon, 18 May 2009 23:28:53 +0000 (23:28 +0000)
ticket: 6490
status: open

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@22355 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/crypto/arcfour/arcfour.c

index 8d35d7eefca1c42592577082748068261d31eb8b..4999982c37dd98b57c869077487afb746cc89a8f 100644 (file)
@@ -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 */