summaryrefslogtreecommitdiffstats
path: root/providers/implementations/macs/blake2_mac_impl.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2019-10-04 15:20:48 +0200
committerRichard Levitte <levitte@openssl.org>2019-10-10 14:12:15 +0200
commitaf3e7e1bccbed8e3b958488a07daf5a8f4115fa9 (patch)
tree4390b5c181c0777cfb068f69adf6fbb0e221ca92 /providers/implementations/macs/blake2_mac_impl.c
parent604e884bb8aba9b549c7e5effe01e406ccab3bcd (diff)
Cleanup: move providers/common/include/internal/provider_args.h
New name is providers/implementations/include/prov/implementations.h All inclusions are adapted accordingly. Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/10088)
Diffstat (limited to 'providers/implementations/macs/blake2_mac_impl.c')
-rw-r--r--providers/implementations/macs/blake2_mac_impl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/providers/implementations/macs/blake2_mac_impl.c b/providers/implementations/macs/blake2_mac_impl.c
index a191e78def..d33b76ae71 100644
--- a/providers/implementations/macs/blake2_mac_impl.c
+++ b/providers/implementations/macs/blake2_mac_impl.c
@@ -14,7 +14,7 @@
#include "prov/blake2.h"
#include "internal/cryptlib.h"
#include "internal/providercommonerr.h"
-#include "internal/provider_algs.h"
+#include "prov/implementations.h"
/*
* Forward declaration of everything implemented here. This is not strictly