Change #include filenames from <foo.h> to <openssl.h>.
[openssl.git] / crypto / evp / e_cbc_3d.c
index f68f02b1224f28abffee6ea30edb12ac45f4ba29..2e0f80b8873d63628b1632e92fc65a906492b2e2 100644 (file)
@@ -58,8 +58,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 des_cbc_ede_init_key(EVP_CIPHER_CTX *ctx, unsigned char *key,