From da8fc25a989cf4f4d26d626a85477e8a9282da12 Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Thu, 22 Jun 2017 09:21:43 -0400 Subject: Start to overhaul RAND API Remove unused rand_hw_xor, MD/EVP indirection Make rand_pseudo same as rand. Cleanup formatting and ifdef control Rename some things: - rand_meth to openssl_rand_meth; make it global - source file - lock/init functions, start per-thread state - ossl_meth_init to ossl_rand_init Put state into RAND_STATE structure And put OSSL_RAND_STATE into ossl_typ.h Use "randomness" instead of "entropy" Reviewed-by: Ben Kaduk (Merged from https://github.com/openssl/openssl/pull/3758) --- crypto/rand/build.info | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/rand/build.info') diff --git a/crypto/rand/build.info b/crypto/rand/build.info index 3ad50e2590..9e0a90b73d 100644 --- a/crypto/rand/build.info +++ b/crypto/rand/build.info @@ -1,4 +1,4 @@ LIBS=../../libcrypto SOURCE[../../libcrypto]=\ - md_rand.c randfile.c rand_lib.c rand_err.c rand_egd.c \ + ossl_rand.c randfile.c rand_lib.c rand_err.c rand_egd.c \ rand_win.c rand_unix.c rand_vms.c -- cgit v1.2.3