Change #include filenames from <foo.h> to <openssl.h>.
[openssl.git] / crypto / evp / e_ecb_r5.c
index 2c3203d438e9ca0f9ff1ec5844d12ad8508af511..decd79f44b9d81f921a5c5a1dabf60d37945c303 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 rc5_32_12_16_ecb_init_key(EVP_CIPHER_CTX *ctx, unsigned char *key,