summaryrefslogtreecommitdiffstats
path: root/providers/implementations/digests/sha2_prov.c
diff options
context:
space:
mode:
Diffstat (limited to 'providers/implementations/digests/sha2_prov.c')
-rw-r--r--providers/implementations/digests/sha2_prov.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/providers/implementations/digests/sha2_prov.c b/providers/implementations/digests/sha2_prov.c
index 3c07e784cf..8055ce5ad2 100644
--- a/providers/implementations/digests/sha2_prov.c
+++ b/providers/implementations/digests/sha2_prov.c
@@ -15,7 +15,7 @@
#include <openssl/params.h>
#include <openssl/core_names.h>
#include "prov/digestcommon.h"
-#include "internal/provider_algs.h"
+#include "prov/implementations.h"
#include "crypto/sha.h"
static OSSL_OP_digest_set_ctx_params_fn sha1_set_ctx_params;