Change #include filenames from <foo.h> to <openssl.h>.
[openssl.git] / crypto / evp / e_ecb_bf.c
index 09c8a8ba4573f2defd065c9758304952e56c5ccd..e6d31898ea39403021705de5f872d5e4e2bfbc6f 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_ecb_init_key(EVP_CIPHER_CTX *ctx, unsigned char *key,