Change #include filenames from <foo.h> to <openssl.h>.
[openssl.git] / crypto / evp / e_cfb_r5.c
index 6031ffc769e24a797dc74938f301827e9f9db2b5..5eb54ba0a8ef3ba3145484bfc490e383f7dab078 100644 (file)
@@ -60,8 +60,8 @@
 
 #include <stdio.h>
 #include "cryptlib.h"
-#include "evp.h"
-#include "objects.h"
+#include <openssl/evp.h>
+#include <openssl/objects.h>
 
 #ifndef NOPROTO
 static void rc5_32_12_16_cfb_init_key(EVP_CIPHER_CTX *ctx, unsigned char *key,