]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/evp/e_cbc_d.c
Change #include filenames from <foo.h> to <openssl.h>.
[thirdparty/openssl.git] / crypto / evp / e_cbc_d.c
index eb7a24f3cf67349a70baa6ca96a0529bde4487e3..e97368142b1216d3427fe76abd5f4702a4a5e3b5 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_init_key(EVP_CIPHER_CTX *ctx, unsigned char *key,