summaryrefslogtreecommitdiffstats
path: root/providers/implementations/exchange
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/exchange
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/exchange')
-rw-r--r--providers/implementations/exchange/dh_exch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/providers/implementations/exchange/dh_exch.c b/providers/implementations/exchange/dh_exch.c
index cfbda43fb8..1b16a83245 100644
--- a/providers/implementations/exchange/dh_exch.c
+++ b/providers/implementations/exchange/dh_exch.c
@@ -12,7 +12,7 @@
#include <openssl/core_names.h>
#include <openssl/dh.h>
#include <openssl/params.h>
-#include "internal/provider_algs.h"
+#include "prov/implementations.h"
static OSSL_OP_keyexch_newctx_fn dh_newctx;
static OSSL_OP_keyexch_init_fn dh_init;