Change #include filenames from <foo.h> to <openssl.h>.
[openssl.git] / crypto / evp / e_cbc_bf.c
index 1125ca5270ba89f4b3df8e588321d834b91b5a2a..86f997ca4c7d51df758d93fd391d4f3d99a7d1a3 100644 (file)
@@ -60,8 +60,8 @@
 
 #include <stdio.h>
 #include "cryptlib.h"
 
 #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_cbc_init_key(EVP_CIPHER_CTX *ctx, unsigned char *key,
 
 #ifndef NOPROTO
 static void bf_cbc_init_key(EVP_CIPHER_CTX *ctx, unsigned char *key,