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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/providers/implementations/digests/sha2_prov.c b/providers/implementations/digests/sha2_prov.c
index 4cabd323de..5a73940b87 100644
--- a/providers/implementations/digests/sha2_prov.c
+++ b/providers/implementations/digests/sha2_prov.c
@@ -24,8 +24,8 @@
#include "prov/implementations.h"
#include "crypto/sha.h"
-static OSSL_OP_digest_set_ctx_params_fn sha1_set_ctx_params;
-static OSSL_OP_digest_settable_ctx_params_fn sha1_settable_ctx_params;
+static OSSL_FUNC_digest_set_ctx_params_fn sha1_set_ctx_params;
+static OSSL_FUNC_digest_settable_ctx_params_fn sha1_settable_ctx_params;
static const OSSL_PARAM known_sha1_settable_ctx_params[] = {
{OSSL_DIGEST_PARAM_SSL3_MS, OSSL_PARAM_OCTET_STRING, NULL, 0, 0},