]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - providers/implementations/macs/hmac_prov.c
Cleanup: move remaining providers/common/include/internal/*.h
[thirdparty/openssl.git] / providers / implementations / macs / hmac_prov.c
index 7ae0d476f0e34b5b192ea5a9c00373c09e59d521..3eccc0d2c8801909d5129041d4320bd805a1c558 100644 (file)
@@ -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