diff options
Diffstat (limited to 'crypto/evp/kdf_meth.c')
-rw-r--r-- | crypto/evp/kdf_meth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/evp/kdf_meth.c b/crypto/evp/kdf_meth.c index c2b6cea673..3a2d028153 100644 --- a/crypto/evp/kdf_meth.c +++ b/crypto/evp/kdf_meth.c @@ -14,7 +14,7 @@ #include <openssl/kdf.h> #include "crypto/evp.h" #include "internal/provider.h" -#include "evp_locl.h" +#include "evp_local.h" static int evp_kdf_up_ref(void *vkdf) { |