Change #include filenames from <foo.h> to <openssl.h>.
[openssl.git] / crypto / evp / e_cfb_3d.c
index e1fc9751e467151cc7cf792f34c6ed55c4870591..a0321fa1330923ff5706475211713ce354a36a2f 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_ede_cfb_init_key(EVP_CIPHER_CTX *ctx, unsigned char *key,