Make sure we get the definition of OPENSSL_NO_RC2.
[openssl.git] / crypto / evp / e_rc2.c
index d42cbfd17ec7b0b283632fa94e9b02523ed29f8b..3932f60e59c7ad4211443b973b5a6fef66ced64a 100644 (file)
  * [including the GNU Public Licence.]
  */
 
  * [including the GNU Public Licence.]
  */
 
-#ifndef OPENSSL_NO_RC2
-
 #include <stdio.h>
 #include "cryptlib.h"
 #include <stdio.h>
 #include "cryptlib.h"
+
+#ifndef OPENSSL_NO_RC2
+
 #include <openssl/evp.h>
 #include <openssl/objects.h>
 #include "evp_locl.h"
 #include <openssl/evp.h>
 #include <openssl/objects.h>
 #include "evp_locl.h"