Change #include filenames from <foo.h> to <openssl.h>.
[openssl.git] / crypto / evp / e_cbc_r2.c
index b30ff665924dcd722e38662a0ce98f94e90a47fe..695b211518506b60da4367b69e8c2cd40f588f4c 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 rc2_cbc_init_key(EVP_CIPHER_CTX *ctx, unsigned char *key,