Reorganize private crypto header files
[openssl.git] / crypto / evp / p_verify.c
index 956b089572db3595ef61b212ccd58b23ee517520..fe4b7b568d36c292cc808bc6be04600372a28652 100644 (file)
@@ -12,7 +12,7 @@
 #include <openssl/evp.h>
 #include <openssl/objects.h>
 #include <openssl/x509.h>
-#include "internal/evp_int.h"
+#include "crypto/evp.h"
 
 int EVP_VerifyFinal(EVP_MD_CTX *ctx, const unsigned char *sigbuf,
                     unsigned int siglen, EVP_PKEY *pkey)