mirror of
https://github.com/openssl/openssl.git
synced 2025-02-23 14:42:15 +08:00
core: update RNG gettable/settable ctx param calls
Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14240)
This commit is contained in:
parent
a3f091fddd
commit
1c9eaf4251
@ -432,9 +432,9 @@ OSSL_CORE_MAKE_FUNC(int,rand_lock, (void *vctx))
|
||||
OSSL_CORE_MAKE_FUNC(void,rand_unlock, (void *vctx))
|
||||
OSSL_CORE_MAKE_FUNC(const OSSL_PARAM *,rand_gettable_params, (void *provctx))
|
||||
OSSL_CORE_MAKE_FUNC(const OSSL_PARAM *,rand_gettable_ctx_params,
|
||||
(void *provctx))
|
||||
(void *vctx, void *provctx))
|
||||
OSSL_CORE_MAKE_FUNC(const OSSL_PARAM *,rand_settable_ctx_params,
|
||||
(void *provctx))
|
||||
(void *vctx, void *provctx))
|
||||
OSSL_CORE_MAKE_FUNC(int,rand_get_params, (OSSL_PARAM params[]))
|
||||
OSSL_CORE_MAKE_FUNC(int,rand_get_ctx_params,
|
||||
(void *vctx, OSSL_PARAM params[]))
|
||||
|
Loading…
Reference in New Issue
Block a user