Change #include filenames from <foo.h> to <openssl.h>.
[openssl.git] / crypto / evp / e_ofb_bf.c
index b1753e60cdebf563ac1b426b2e55ea8bd1d045aa..87f117778e2fdfa57f393981fa7d79e37c2e485a 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_ofb_init_key(EVP_CIPHER_CTX *ctx, unsigned char *key,