summaryrefslogtreecommitdiffstats
path: root/crypto/opensslconf.h.in
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-12-11 07:24:43 +0000
committerRichard Levitte <levitte@openssl.org>2002-12-11 07:24:43 +0000
commit5db2b5e57309937763d9d8b0c6cb76367285de5f (patch)
tree17cb4d71a6e9e435895c9883780768001bdff7a6 /crypto/opensslconf.h.in
parent005ef84c5d2995516955a816120e685469437087 (diff)
Let's not forget the other places where HEADER_DES_H and HEADER_DES_OLD_H
were defined.
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 9082a16c46..685e83b7a3 100644
--- a/crypto/opensslconf.h.in
+++ b/crypto/opensslconf.h.in
@@ -47,7 +47,7 @@
#endif
#endif
-#if (defined(HEADER_DES_H) || defined(HEADER_DES_OLD_H)) && !defined(DES_LONG)
+#if (defined(HEADER_NEW_DES_H) || defined(HEADER_DES_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