diff options
author | Pauli <paul.dale@oracle.com> | 2019-08-29 23:29:35 +0200 |
---|---|---|
committer | Pauli <paul.dale@oracle.com> | 2019-08-29 23:55:46 +0200 |
commit | 46a9cc9451213039fd53f62733b2ccd04e853bb2 (patch) | |
tree | 4cf28fcb6b6807c0a7f1e54c888d9c97f77a8dcb /CHANGES | |
parent | fix ERR_add_error_vdata() for use with multiple args/calls (diff) | |
download | openssl-46a9cc9451213039fd53f62733b2ccd04e853bb2.tar.xz openssl-46a9cc9451213039fd53f62733b2ccd04e853bb2.zip |
Fix NITs in comments and CHANGES for DEVRANDOM seeded check.
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
(Merged from https://github.com/openssl/openssl/pull/9734)
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -14,8 +14,8 @@ /dev/random to be producing output before seeding from /dev/urandom. The seeded state is stored for future library initialisations using a system global shared memory segment. The shared memory identifier - can be configured by defining OSSL_SHM_SEEDED to the desired value. - The default identifier is 114. + can be configured by defining OPENSSL_RAND_SEED_DEVRANDOM_SHM_ID to + the desired value. The default identifier is 114. [Paul Dale] *) Revised BN_generate_prime_ex to not avoid factors 2..17863 in p-1 |