]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/evp/e_ofb_3d.c
Change #include filenames from <foo.h> to <openssl.h>.
[thirdparty/openssl.git] / crypto / evp / e_ofb_3d.c
index 8d42f16719e674f291d72aaf7d7200fec6d52ede..84b478dafd3ad17fca75c9255efebcc1809150d8 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_ede_ofb_init_key(EVP_CIPHER_CTX *ctx, unsigned char *key,