summaryrefslogtreecommitdiffstats
path: root/crypto/opensslconf.h.in
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2001-11-06 11:37:14 +0000
committerRichard Levitte <levitte@openssl.org>2001-11-06 11:37:14 +0000
commit7f558334adba23a412b169901046e3271250316b (patch)
treebda2159afd59bcca08f8bc760ff18fd56a2a56cf /crypto/opensslconf.h.in
parent6229a5607c64cdbac023b73d52c3aab0016cbea7 (diff)
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 e849fe688a..4f3711c68c 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