diff options
Diffstat (limited to 'crypto/kerberosIV/appl/telnet/libtelnet/enc_des.c')
-rw-r--r-- | crypto/kerberosIV/appl/telnet/libtelnet/enc_des.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/kerberosIV/appl/telnet/libtelnet/enc_des.c b/crypto/kerberosIV/appl/telnet/libtelnet/enc_des.c index ec13b3f..7bda5af 100644 --- a/crypto/kerberosIV/appl/telnet/libtelnet/enc_des.c +++ b/crypto/kerberosIV/appl/telnet/libtelnet/enc_des.c @@ -51,6 +51,7 @@ RCSID("$Id: enc_des.c,v 1.16 1998/07/09 23:16:23 assar Exp $"); #include "encrypt.h" #include "misc-proto.h" +#define OPENSSL_DES_LIBDES_COMPATIBILITY #include <openssl/des.h> extern int encrypt_debug_mode; |