rand: remove the ossl_rand_pool_add_additional_data() function.
authorPauli <pauli@openssl.org>
Tue, 25 Oct 2022 09:01:12 +0000 (20:01 +1100)
committerPauli <pauli@openssl.org>
Wed, 26 Oct 2022 22:23:00 +0000 (09:23 +1100)
commitda7db83cc44d2c8761e9074caf8befd443ea8be8
tree071ca0362e8e3908f3874e4ddd0263b9cf82b337
parent428511ca66670e169a0e1b12e7540714b0be4cf8
rand: remove the ossl_rand_pool_add_additional_data() function.

This function isn't called from anywhere and cannot easily be used
by the current RNG infrastructure.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
(Merged from https://github.com/openssl/openssl/pull/19493)
providers/implementations/include/prov/seeding.h
providers/implementations/rands/seeding/rand_unix.c
providers/implementations/rands/seeding/rand_vms.c
providers/implementations/rands/seeding/rand_vxworks.c
providers/implementations/rands/seeding/rand_win.c