summaryrefslogtreecommitdiff
path: root/crypto/cmac/cm_pmeth.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/cmac/cm_pmeth.c')
-rw-r--r--crypto/cmac/cm_pmeth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/cmac/cm_pmeth.c b/crypto/cmac/cm_pmeth.c
index 10748f148859f..5574f25be8689 100644
--- a/crypto/cmac/cm_pmeth.c
+++ b/crypto/cmac/cm_pmeth.c
@@ -13,7 +13,7 @@
#include <openssl/x509v3.h>
#include <openssl/evp.h>
#include <openssl/cmac.h>
-#include "internal/evp_int.h"
+#include "crypto/evp.h"
/* The context structure and "key" is simply a CMAC_CTX */