From: Theodore Tso Date: Thu, 16 Jun 1994 00:42:19 +0000 (+0000) Subject: Fix typo in the entry for the raw DES encryption. It should really be X-Git-Tag: krb5-1.0-beta4~27 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=49374cd2227773ca1ed9d9623fcb540d8bfd4b13;p=krb5.git 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 --- 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 #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