Support old DES APIs by default.
authorBen Laurie <ben@openssl.org>
Tue, 22 Jan 2002 23:19:01 +0000 (23:19 +0000)
committerBen Laurie <ben@openssl.org>
Tue, 22 Jan 2002 23:19:01 +0000 (23:19 +0000)
crypto/des/des.h

index cc95af823bdb29845df4327bbef52fa7784c8576..8ec7b90f852c0e5211fe232c885df6d914b94c7f 100644 (file)
 #include <openssl/opensslconf.h> /* DES_LONG */
 #include <openssl/e_os2.h>     /* OPENSSL_EXTERN */
 
+#ifndef OPENSSL_NO_OLD_DES_SUPPORT
+# include <openssl/des_old.h>
+#endif
+
 #ifdef OPENSSL_BUILD_SHLIBCRYPTO
 # undef OPENSSL_EXTERN
 # define OPENSSL_EXTERN OPENSSL_EXPORT