Change #include filenames from <foo.h> to <openssl.h>.
[openssl.git] / crypto / evp / e_cfb_bf.c
index ca13c8b8399584e78c7dd41daf70d8f1af5df3d0..1d7e8bbd7e38f568144a177e2fa381ec5302c803 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 bf_cfb_init_key(EVP_CIPHER_CTX *ctx, unsigned char *key,