Make the naming scheme for dispatched functions more consistent
[openssl.git] / providers / implementations / ciphers / cipher_seed.c
index bf3801d7766fa0c2e3060d8c2001587ff0991cd0..3a3e012fe0145ddf5a7f1fcbaba57a432b1e77a8 100644 (file)
@@ -18,8 +18,8 @@
 #include "cipher_seed.h"
 #include "prov/implementations.h"
 
-static OSSL_OP_cipher_freectx_fn seed_freectx;
-static OSSL_OP_cipher_dupctx_fn seed_dupctx;
+static OSSL_FUNC_cipher_freectx_fn seed_freectx;
+static OSSL_FUNC_cipher_dupctx_fn seed_dupctx;
 
 static void seed_freectx(void *vctx)
 {