Support old DES APIs by default.

This commit is contained in:
Ben Laurie 2002-01-22 23:19:01 +00:00
parent 0fc5cf0870
commit 24995f3a10

View File

@ -66,6 +66,10 @@
#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