Fix typo in the entry for the raw DES encryption. It should really be
authorTheodore Tso <tytso@mit.edu>
Thu, 16 Jun 1994 00:42:19 +0000 (00:42 +0000)
committerTheodore Tso <tytso@mit.edu>
Thu, 16 Jun 1994 00:42:19 +0000 (00:42 +0000)
the raw DES encryption, instead of normal DES encryption!!!!

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

src/lib/crypto/cryptoconf.c

index 5b06c41253c4430b7717a6ebaef2cbd300f760ce..c25aac555a1f01d4182b5ce4825e5d3c18e34ee2 100644 (file)
@@ -88,7 +88,7 @@ static char rcsid_cryptoconf_c[] =
 #include <krb5/mit-des.h>
 #define _DES_DONE__
 #endif
-#define RAW_DES_CBC_CSENTRY &krb5_des_cst_entry
+#define RAW_DES_CBC_CSENTRY &krb5_raw_des_cst_entry
 #else
 #define RAW_DES_CBC_CSENTRY 0
 #endif