openssl/crypto/rand
Tomas Mraz 12b4e5821d Use OPENSSL_init_crypto(OPENSSL_INIT_BASE_ONLY, NULL) in libcrypto
Calling OPENSSL_init_crypto(0, NULL) is a no-op and will
not properly initialize thread local handling.

Only the calls that are needed to initialize thread locals
are kept, the rest of the no-op calls are removed.

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14497)
2021-03-12 15:11:21 +01:00
..
build.info RAND_METHOD deprecation: code changes 2021-02-23 23:24:41 +10:00
prov_seed.c rand: move the entropy source out of the FIPS provider 2020-11-20 08:24:21 +10:00
rand_deprecated.c
rand_egd.c Use OPENSSL_SYS_TANDEM instead of OPENSSL_SYSNAME_TANDEM 2020-09-24 08:06:50 +02:00
rand_err.c ERR: Rebuild all generated error headers and source files 2020-11-24 15:22:33 +01:00
rand_lib.c Use OPENSSL_init_crypto(OPENSSL_INIT_BASE_ONLY, NULL) in libcrypto 2021-03-12 15:11:21 +01:00
rand_local.h
rand_meth.c
rand_pool.c rand: move the entropy source out of the FIPS provider 2020-11-20 08:24:21 +10:00
randfile.c CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data() 2020-11-13 09:35:31 +01:00