Change #include filenames from <foo.h> to <openssl.h>.
[openssl.git] / crypto / pkcs7 / dec.c
index e02a8059c1517d2182faa775a7ea07339c3c3cc6..c485d39d1d831cd272747d3898b694157e91cdf9 100644 (file)
  * [including the GNU Public Licence.]
  */
 #include <stdio.h>
-#include "asn1.h"
-#include "bio.h"
-#include "x509.h"
-#include "pem.h"
+#include <openssl/asn1.h>
+#include <openssl/bio.h>
+#include <openssl/x509.h>
+#include <openssl/pem.h>
 
 int verify_callback(int ok, X509_STORE_CTX *ctx);