Change #include filenames from <foo.h> to <openssl.h>.
[openssl.git] / crypto / evp / e_cfb_d.c
index 08fad964a44086c34d8fc3b54c248747fefca0d0..863edca3f2a8c26ce9c0db2abefec4c6a7049de4 100644 (file)
@@ -58,8 +58,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 des_cfb_init_key(EVP_CIPHER_CTX *ctx, unsigned char *key,