Make sure we get the definition of OPENSSL_NO_DES.
authorRichard Levitte <levitte@openssl.org>
Thu, 20 Mar 2003 23:29:38 +0000 (23:29 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 20 Mar 2003 23:29:38 +0000 (23:29 +0000)
crypto/evp/e_des.c
crypto/evp/e_des3.c
crypto/evp/e_xcbc_d.c

index 105266a4b3645e31b11b6d0b17e8b66285aa0241..92f6ebc343faff69493c0fe0eb1f5f2b1131fdc9 100644 (file)
@@ -56,9 +56,9 @@
  * [including the GNU Public Licence.]
  */
 
-#ifndef OPENSSL_NO_DES
 #include <stdio.h>
 #include "cryptlib.h"
+#ifndef OPENSSL_NO_DES
 #include <openssl/evp.h>
 #include <openssl/objects.h>
 #include "evp_locl.h"
index 077860e7b61f111a441647bbbfabeb1c9007d845..e036d07ba98c20367332520350ee5d8e4922dc5a 100644 (file)
@@ -56,9 +56,9 @@
  * [including the GNU Public Licence.]
  */
 
-#ifndef OPENSSL_NO_DES
 #include <stdio.h>
 #include "cryptlib.h"
+#ifndef OPENSSL_NO_DES
 #include <openssl/evp.h>
 #include <openssl/objects.h>
 #include "evp_locl.h"
index a6f849e93d01393dfb646f7d82db767f791b7c46..cb82815a8260824aeea0bf2b7c50d067d27165b6 100644 (file)
  * [including the GNU Public Licence.]
  */
 
-#ifndef OPENSSL_NO_DES
 #include <stdio.h>
 #include "cryptlib.h"
+
+#ifndef OPENSSL_NO_DES
+
 #include <openssl/evp.h>
 #include <openssl/objects.h>
 #include <openssl/des.h>