Fix DES_LONG breakage
[openssl.git] / crypto / opensslconf.h.in
index 20a420fa7b7c283f5347f74b9d3be8e8b08e87c5..27c725fc6eda0d24c449ac3f7896579cff6559fe 100644 (file)
 #endif
 #endif
 
-#if (defined(HEADER_NEW_DES_H) || defined(HEADER_DES_H)) && !defined(DES_LONG)
+#ifndef OSSL_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
-#define DES_LONG unsigned long
+#ifndef OSSL_DES_LONG
+#define OSSL_DES_LONG unsigned long
 #endif
 #endif