Mac OS X x86 assembler support.
[openssl.git] / crypto / rc5 / rc5.h
index fc4cea5e36a5a1f581ab46baed80001c5259033e..4b3c153b5038dee73c77fa09a787e5446df08525 100644 (file)
 #ifndef HEADER_RC5_H
 #define HEADER_RC5_H
 
+#include <openssl/opensslconf.h> /* OPENSSL_NO_RC5 */
+
 #ifdef  __cplusplus
 extern "C" {
 #endif
 
-#ifdef NO_RC5
+#ifdef OPENSSL_NO_RC5
 #error RC5 is disabled.
 #endif