]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix naming for EVP_RAND_CTX_gettable functions.
authorPauli <pauli@openssl.org>
Thu, 15 Apr 2021 23:13:43 +0000 (09:13 +1000)
committerPauli <pauli@openssl.org>
Sat, 17 Apr 2021 08:22:13 +0000 (18:22 +1000)
commite494fac705057c91017b41fa761f9406c87f4cc5
tree133c928c393002291a2f0ef61de870ddc2cbe8ef
parent7b9f02798f68d9108623f5879f3fc73c06f9a2c7
Fix naming for EVP_RAND_CTX_gettable functions.

Change:

    EVP_RAND_gettable_ctx_params -> EVP_RAND_CTX_gettable_params
    EVP_RAND_settable_ctx_params -> EVP_RAND_CTX_settable_params

Which brings them in line with the other similar functions for other algorithm
types.

Fixes #14880

Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14893)
apps/list.c
crypto/evp/evp_rand.c
doc/man3/EVP_RAND.pod
doc/man7/life_cycle-rand.pod
include/openssl/evp.h
providers/fips/self_test_kats.c
test/acvp_test.c
test/drbgtest.c
test/evp_extra_test.c
test/evp_test.c
util/libcrypto.num