X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fevp%2Fp_verify.c;h=fe4b7b568d36c292cc808bc6be04600372a28652;hp=956b089572db3595ef61b212ccd58b23ee517520;hb=25f2138b0ab54a65ba713c093ca3734d88f7cb51;hpb=ea8e1fe55b51d9da69977d8dc3f2ffd648d438df diff --git a/crypto/evp/p_verify.c b/crypto/evp/p_verify.c index 956b089572..fe4b7b568d 100644 --- a/crypto/evp/p_verify.c +++ b/crypto/evp/p_verify.c @@ -12,7 +12,7 @@ #include #include #include -#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)