Make x86_64 modules work under Win64/x64.
[openssl.git] / crypto / rc2 / rc2.h
index 076c0a067ceefe615c52442ddd77459d005e33e9..34c83623172f0d34d5752f185fff3fbfe288af05 100644 (file)
 #ifndef HEADER_RC2_H
 #define HEADER_RC2_H
 
-#ifdef NO_RC2
+#include <openssl/opensslconf.h> /* OPENSSL_NO_RC2, RC2_INT */
+#ifdef OPENSSL_NO_RC2
 #error RC2 is disabled.
 #endif
 
 #define RC2_ENCRYPT    1
 #define RC2_DECRYPT    0
 
-#include <openssl/opensslconf.h> /* RC2_INT */
 #define RC2_BLOCK      8
 #define RC2_KEY_LENGTH 16