Make sure we get the definition of OPENSSL_NO_RC5.
authorRichard Levitte <levitte@openssl.org>
Thu, 20 Mar 2003 23:29:26 +0000 (23:29 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 20 Mar 2003 23:29:26 +0000 (23:29 +0000)
crypto/evp/e_rc5.c
crypto/rc5/rc5.h

index 3c7713b18163fedb84acf1de8314b540d904515a..19a10c64024522d9a203f194fdcd2b92e13904e8 100644 (file)
  * [including the GNU Public Licence.]
  */
 
  * [including the GNU Public Licence.]
  */
 
-#ifndef OPENSSL_NO_RC5
-
 #include <stdio.h>
 #include "cryptlib.h"
 #include <stdio.h>
 #include "cryptlib.h"
+
+#ifndef OPENSSL_NO_RC5
+
 #include <openssl/evp.h>
 #include <openssl/objects.h>
 #include "evp_locl.h"
 #include <openssl/evp.h>
 #include <openssl/objects.h>
 #include "evp_locl.h"
index 4adfd2db5ab1856a3074159d29cc847e634bfd14..4b3c153b5038dee73c77fa09a787e5446df08525 100644 (file)
@@ -59,6 +59,8 @@
 #ifndef HEADER_RC5_H
 #define HEADER_RC5_H
 
 #ifndef HEADER_RC5_H
 #define HEADER_RC5_H
 
+#include <openssl/opensslconf.h> /* OPENSSL_NO_RC5 */
+
 #ifdef  __cplusplus
 extern "C" {
 #endif
 #ifdef  __cplusplus
 extern "C" {
 #endif