Ignore Makefile.save
[openssl.git] / crypto / evp / p_verify.c
index 0142ecbf0c66fa27775cdc3a71d89d9923d62ecc..dcb54f3abb8474a348793347cd83f4a910ff16c8 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_VerifyFinal(EVP_MD_CTX *ctx, unsigned char *sigbuf,
             unsigned int siglen, EVP_PKEY *pkey)