projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0fc5cf0
)
Support old DES APIs by default.
author
Ben Laurie
<ben@openssl.org>
Tue, 22 Jan 2002 23:19:01 +0000
(23:19 +0000)
committer
Ben Laurie
<ben@openssl.org>
Tue, 22 Jan 2002 23:19:01 +0000
(23:19 +0000)
crypto/des/des.h
patch
|
blob
|
history
diff --git
a/crypto/des/des.h
b/crypto/des/des.h
index cc95af823bdb29845df4327bbef52fa7784c8576..8ec7b90f852c0e5211fe232c885df6d914b94c7f 100644
(file)
--- 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