remove OPENSSL_NO_ASM dependency
[oweals/openssl.git] / crypto / evp / e_xcbc_d.c
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>