diff options
Diffstat (limited to 'crypto/hmac/hm_pmeth.c')
-rw-r--r-- | crypto/hmac/hm_pmeth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/hmac/hm_pmeth.c b/crypto/hmac/hm_pmeth.c index 2980254402..fcccb58d23 100644 --- a/crypto/hmac/hm_pmeth.c +++ b/crypto/hmac/hm_pmeth.c @@ -57,7 +57,7 @@ */ #include <stdio.h> -#include "cryptlib.h" +#include "internal/cryptlib.h" #include <openssl/x509.h> #include <openssl/x509v3.h> #include <openssl/evp.h> |