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