Make the naming scheme for dispatched functions more consistent
[oweals/openssl.git] / providers / implementations / digests / blake2_prov.c
index 1fe7cb18fc019de4b327d67a8c1735e595e6b634..b2462bc477aa301e336e97fe7571f181be4a2706 100644 (file)
@@ -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)
 {