Add ossl_rand symbols
authorShane Lontis <shane.lontis@oracle.com>
Mon, 8 Mar 2021 09:17:53 +0000 (19:17 +1000)
committerShane Lontis <shane.lontis@oracle.com>
Thu, 18 Mar 2021 07:52:37 +0000 (17:52 +1000)
commit1335ca4b0799d1714a2f8e21525cb23edf660e93
tree721491aee8abff6f8e10761bc8a1f3edaf0a3eb7
parent9500c8234d8e99396717b9e43f10cc518e8bf668
Add ossl_rand symbols

Partial fix for #12964

Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14473)
16 files changed:
crypto/init.c
crypto/rand/prov_seed.c
crypto/rand/rand_lib.c
crypto/rand/rand_local.h
crypto/rand/rand_meth.c
crypto/rand/rand_pool.c
include/crypto/rand.h
include/crypto/rand_pool.h
providers/implementations/include/prov/seeding.h
providers/implementations/rands/seed_src.c
providers/implementations/rands/seeding/rand_cpu_x86.c
providers/implementations/rands/seeding/rand_tsc.c
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