diff options
Diffstat (limited to 'crypto/cmac/cm_pmeth.c')
-rw-r--r-- | crypto/cmac/cm_pmeth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/cmac/cm_pmeth.c b/crypto/cmac/cm_pmeth.c index a2300df187..389ae5da84 100644 --- a/crypto/cmac/cm_pmeth.c +++ b/crypto/cmac/cm_pmeth.c @@ -57,7 +57,7 @@ #include <openssl/x509v3.h> #include <openssl/evp.h> #include <openssl/cmac.h> -#include "evp_locl.h" +#include "internal/evp_int.h" /* The context structure and "key" is simply a CMAC_CTX */ |