e_aes.c: fix aes_cfb1_cipher.
[openssl.git] / crypto / evp / e_rc5.c
index 3c7713b18163fedb84acf1de8314b540d904515a..19a10c64024522d9a203f194fdcd2b92e13904e8 100644 (file)
  * [including the GNU Public Licence.]
  */
 
-#ifndef OPENSSL_NO_RC5
-
 #include <stdio.h>
 #include "cryptlib.h"
+
+#ifndef OPENSSL_NO_RC5
+
 #include <openssl/evp.h>
 #include <openssl/objects.h>
 #include "evp_locl.h"