Change #include filenames from <foo.h> to <openssl.h>.
[openssl.git] / crypto / evp / p_open.c
index e6af915c01d228e41f85c3f680e7871c1db00da5..6b532949a707ef0172deef09508e264aa0a42c13 100644 (file)
@@ -58,9 +58,9 @@
 
 #include <stdio.h>
 #include "cryptlib.h"
-#include "evp.h"
-#include "objects.h"
-#include "x509.h"
+#include <openssl/evp.h>
+#include <openssl/objects.h>
+#include <openssl/x509.h>
 
 int EVP_OpenInit(EVP_CIPHER_CTX *ctx, EVP_CIPHER *type, unsigned char *ek,
             int ekl, unsigned char *iv, EVP_PKEY *priv)