Change #include filenames from <foo.h> to <openssl.h>.
[openssl.git] / crypto / evp / e_ecb_i.c
index 28934917e163206002bfcca774f18d7924f15526..a9948ce49f8a3c41c8b8b9679146c60b1302f6f3 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_ecb_init_key(EVP_CIPHER_CTX *ctx, unsigned char *key,