summaryrefslogtreecommitdiff
path: root/providers/implementations/digests/md5_sha1_prov.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/digests/md5_sha1_prov.c
parent604e884bb8aba9b549c7e5effe01e406ccab3bcd (diff)
downloadopenssl-new-af3e7e1bccbed8e3b958488a07daf5a8f4115fa9.tar.gz
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/digests/md5_sha1_prov.c')
-rw-r--r--providers/implementations/digests/md5_sha1_prov.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/providers/implementations/digests/md5_sha1_prov.c b/providers/implementations/digests/md5_sha1_prov.c
index ff6e2ed121..09c502d839 100644
--- a/providers/implementations/digests/md5_sha1_prov.c
+++ b/providers/implementations/digests/md5_sha1_prov.c
@@ -14,7 +14,7 @@
#include <openssl/core_names.h>
#include "prov/md5_sha1.h"
#include "prov/digestcommon.h"
-#include "internal/provider_algs.h"
+#include "prov/implementations.h"
static OSSL_OP_digest_set_ctx_params_fn md5_sha1_set_ctx_params;
static OSSL_OP_digest_settable_ctx_params_fn md5_sha1_settable_ctx_params;