summaryrefslogtreecommitdiffstats
path: root/providers/implementations/macs/hmac_prov.c
diff options
context:
space:
mode:
Diffstat (limited to 'providers/implementations/macs/hmac_prov.c')
-rw-r--r--providers/implementations/macs/hmac_prov.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/providers/implementations/macs/hmac_prov.c b/providers/implementations/macs/hmac_prov.c
index 7ae0d476f0..3eccc0d2c8 100644
--- a/providers/implementations/macs/hmac_prov.c
+++ b/providers/implementations/macs/hmac_prov.c
@@ -15,8 +15,8 @@
#include <openssl/hmac.h>
#include "prov/implementations.h"
-#include "internal/provider_ctx.h"
-#include "internal/provider_util.h"
+#include "prov/provider_ctx.h"
+#include "prov/provider_util.h"
/*
* Forward declaration of everything implemented here. This is not strictly