summaryrefslogtreecommitdiff
path: root/providers/implementations/digests/blake2_prov.c
diff options
context:
space:
mode:
Diffstat (limited to 'providers/implementations/digests/blake2_prov.c')
-rw-r--r--providers/implementations/digests/blake2_prov.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/providers/implementations/digests/blake2_prov.c b/providers/implementations/digests/blake2_prov.c
index 1fe7cb18fc..b2462bc477 100644
--- a/providers/implementations/digests/blake2_prov.c
+++ b/providers/implementations/digests/blake2_prov.c
@@ -12,8 +12,8 @@
#include "prov/digestcommon.h"
#include "prov/implementations.h"
-OSSL_OP_digest_init_fn blake2s256_init;
-OSSL_OP_digest_init_fn blake2b512_init;
+OSSL_FUNC_digest_init_fn blake2s256_init;
+OSSL_FUNC_digest_init_fn blake2b512_init;
int blake2s256_init(void *ctx)
{