Change #include filenames from <foo.h> to <openssl.h>.
[openssl.git] / crypto / evp / e_ofb_c.c
index fb7b501fb6dc3611a9b7b556d69e7b0aafaa7c61..120e9923922677b3ae240b1535031933429cc1b3 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 cast_ofb_init_key(EVP_CIPHER_CTX *ctx, unsigned char *key,