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