summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorPauli <paul.dale@oracle.com>2019-08-30 07:29:35 +1000
committerPauli <paul.dale@oracle.com>2019-08-30 07:55:46 +1000
commit46a9cc9451213039fd53f62733b2ccd04e853bb2 (patch)
tree4cf28fcb6b6807c0a7f1e54c888d9c97f77a8dcb /CHANGES
parent51fe9b00d2fe33aa383f9c04b9c4ec153af63c45 (diff)
downloadopenssl-new-46a9cc9451213039fd53f62733b2ccd04e853bb2.tar.gz
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--CHANGES4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index c5f42ecce0..369b32756c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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