aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/des/des.h
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>2002-01-22 23:19:01 +0000
committerBen Laurie <ben@openssl.org>2002-01-22 23:19:01 +0000
commit24995f3a10d77c2ec33b5786ec65d52ca5c7be4e (patch)
tree9cbc39c9eb8cb5377c54c9d69080bb33c27211eb /crypto/des/des.h
parent0fc5cf0870c0c9e4240e118ee7a86e5d8b4a6891 (diff)
downloadopenssl-24995f3a10d77c2ec33b5786ec65d52ca5c7be4e.tar.gz
Support old DES APIs by default.
Diffstat (limited to 'crypto/des/des.h')
-rw-r--r--crypto/des/des.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/crypto/des/des.h b/crypto/des/des.h
index cc95af823b..8ec7b90f85 100644
--- a/crypto/des/des.h
+++ b/crypto/des/des.h
@@ -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