summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1994-06-16 00:42:19 +0000
committerTheodore Tso <tytso@mit.edu>1994-06-16 00:42:19 +0000
commit49374cd2227773ca1ed9d9623fcb540d8bfd4b13 (patch)
treec291b0c1f261a0a5a12dafadddd87380345a3bf2 /src
parente3d48359fe8805a870616d5bff3121a398e7b0d6 (diff)
downloadkrb5-49374cd2227773ca1ed9d9623fcb540d8bfd4b13.tar.gz
krb5-49374cd2227773ca1ed9d9623fcb540d8bfd4b13.tar.xz
krb5-49374cd2227773ca1ed9d9623fcb540d8bfd4b13.zip
Fix typo in the entry for the raw DES encryption. It should really be
the raw DES encryption, instead of normal DES encryption!!!! git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3828 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/lib/crypto/cryptoconf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/crypto/cryptoconf.c b/src/lib/crypto/cryptoconf.c
index 5b06c4125..c25aac555 100644
--- a/src/lib/crypto/cryptoconf.c
+++ b/src/lib/crypto/cryptoconf.c
@@ -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