From: Richard Levitte Date: Wed, 11 Dec 2002 07:24:43 +0000 (+0000) Subject: Let's not forget the other places where HEADER_DES_H and HEADER_DES_OLD_H X-Git-Tag: OpenSSL_0_9_7-beta6~18^2~14 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=5db2b5e57309937763d9d8b0c6cb76367285de5f;hp=005ef84c5d2995516955a816120e685469437087;p=oweals%2Fopenssl.git Let's not forget the other places where HEADER_DES_H and HEADER_DES_OLD_H were defined. --- 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