Change #include filenames from <foo.h> to <openssl.h>.
[openssl.git] / crypto / pkcs7 / verify.c
index d2d46d4aa465f58693a7fe88f5d34c29266d3485..71a67df3d457c2e939f6580080b5097f0db9a3cf 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);