Change #include filenames from <foo.h> to <openssl.h>.
[openssl.git] / crypto / pkcs12 / p12_decr.c
index 7973a69c2c22c688e314c33dcbf55925ced98b0b..53fb8aad0fe7940bf2b920b4eff2b63cd7af4eba 100644 (file)
@@ -58,7 +58,7 @@
 
 #include <stdio.h>
 #include "cryptlib.h"
-#include "pkcs12.h"
+#include <openssl/pkcs12.h>
 
 /* Define this to dump decrypted output to files called DERnnn */
 /*#define DEBUG_DECRYPT*/