openssl/crypto/rand
Rich Salz 51ba9ebd09 Avoid ?: construct in XXXerr calls
It either makes the flow of control simpler and more obvious, or it is
just a "cleanup" so that the editing scripts will find and fixup things.

Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9441)
2019-09-19 09:27:38 -04:00
..
build.info Make the RAND code available from inside the FIPS module 2019-06-28 10:22:21 +01:00
drbg_ctr.c New function EVP_CIPHER_free() 2019-09-04 10:38:13 +02:00
drbg_hash.c New function EVP_MD_free() 2019-09-04 10:38:13 +02:00
drbg_hmac.c New function EVP_MD_free() 2019-09-04 10:38:13 +02:00
drbg_lib.c Avoid ?: construct in XXXerr calls 2019-09-19 09:27:38 -04:00
rand_crng_test.c New function EVP_MD_free() 2019-09-04 10:38:13 +02:00
rand_egd.c Remove NextStep support 2019-07-01 13:32:46 -04:00
rand_err.c util/mkerr.pl: make it not depend on the function code 2019-09-12 17:59:52 +02:00
rand_lcl.h drbg: ensure fork-safety without using a pthread_atfork handler 2019-09-11 11:22:18 +02:00
rand_lib.c drbg: fix issue where DRBG_CTR fails if NO_DF is used (2nd attempt) 2019-09-11 11:22:18 +02:00
rand_unix.c drbg: add fork id to additional data on UNIX systems 2019-09-11 11:22:18 +02:00
rand_vms.c Clear seed source structures. 2019-03-29 20:11:41 +10:00
rand_vxworks.c Use vxRandLib for VxWorks7 2019-05-02 23:32:44 +02:00
rand_win.c Fix build with VS2008 2019-09-09 16:43:52 +02:00
randfile.c Circumvent a problem of lacking GetEnvironmentVariable() in WindowsCE. 2019-03-29 09:51:24 +00:00