diff options
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/crypto/cryptoconf.c | 2 |
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 |
