summaryrefslogtreecommitdiffstats
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.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/providers/implementations/digests/blake2_prov.c b/providers/implementations/digests/blake2_prov.c
index 74ff44e6b7..25342eedb8 100644
--- a/providers/implementations/digests/blake2_prov.c
+++ b/providers/implementations/digests/blake2_prov.c
@@ -12,9 +12,6 @@
#include "prov/digestcommon.h"
#include "prov/implementations.h"
-OSSL_FUNC_digest_init_fn ossl_blake2s256_init;
-OSSL_FUNC_digest_init_fn ossl_blake2b512_init;
-
int ossl_blake2s256_init(void *ctx)
{
BLAKE2S_PARAM P;