X-Git-Url: https://git.openssl.org/gitweb/?a=blobdiff_plain;f=crypto%2Fevp%2Fpmeth_lib.c;h=7dbdb460e397eac1c289d7d566bdbdae5714ed7a;hb=706457b7bda7fdbab426b8dce83b318908339da4;hp=5f0a93ed9a4700f1eab3593a9ed59515d939342a;hpb=25f2138b0ab54a65ba713c093ca3734d88f7cb51;p=openssl.git diff --git a/crypto/evp/pmeth_lib.c b/crypto/evp/pmeth_lib.c index 5f0a93ed9a..7dbdb460e3 100644 --- a/crypto/evp/pmeth_lib.c +++ b/crypto/evp/pmeth_lib.c @@ -20,7 +20,7 @@ #include "crypto/evp.h" #include "internal/numbers.h" #include "internal/provider.h" -#include "evp_locl.h" +#include "evp_local.h" typedef const EVP_PKEY_METHOD *(*pmeth_fn)(void); typedef int sk_cmp_fn_type(const char *const *a, const char *const *b);