summaryrefslogtreecommitdiff
path: root/crypto/opensslconf.h.in
diff options
context:
space:
mode:
authorlevitte <levitte>2001-11-06 11:37:12 +0000
committerlevitte <levitte>2001-11-06 11:37:12 +0000
commit179dfde7da0eb0ea4217eeb8a5031467d81b5863 (patch)
tree7b16c8eba99a4d0b1059f2f3ad9c11ef68ea45f7 /crypto/opensslconf.h.in
parent90f52d8d6fe7bff35f1659a59aa12e04da129c22 (diff)
downloadopenssl-179dfde7da0eb0ea4217eeb8a5031467d81b5863.tar.gz
des_old.h doesn't really need to include des.h, so don't. That will
avoid clashes with other code that have their own DES_ functions but really only use OpenSSL's old des_ functions.
Diffstat (limited to 'crypto/opensslconf.h.in')
-rw-r--r--crypto/opensslconf.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/opensslconf.h.in b/crypto/opensslconf.h.in
index e849fe688..4f3711c68 100644
--- a/crypto/opensslconf.h.in
+++ b/crypto/opensslconf.h.in
@@ -47,7 +47,7 @@
#endif
#endif
-#if defined(HEADER_DES_H) && !defined(DES_LONG)
+#if (defined(HEADER_DES_H) || defined(HEADER_DES_OLD_H)) && !defined(DES_LONG)
/* If this is set to 'unsigned int' on a DEC Alpha, this gives about a
* %20 speed up (longs are 8 bytes, int's are 4). */
#ifndef DES_LONG