summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2020-05-31 13:44:04 +0200
committerBruno Haible <bruno@clisp.org>2020-05-31 13:44:04 +0200
commit053dd57da26bcda9f03180758fce81fffe7747c8 (patch)
treeddf9553765efc9fcb17972db4f985cae2f0423c9 /ChangeLog
parentdebc8aad6d8126a6a9f83399594bb6368d55aa65 (diff)
downloadgnulib-053dd57da26bcda9f03180758fce81fffe7747c8.tar.gz
getrandom: Simplify the determination of the random number devices.
Suggested by Paul Eggert in <https://lists.gnu.org/archive/html/bug-gnulib/2020-05/msg00383.html>. * lib/getrandom.c (NAME_OF_RANDOM_DEVICE, NAME_OF_NONCE_DEVICE): New macros. * modules/getrandom (Depends-on): Remove crypto/gc-random.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cacd4c0f5c..f7c9b4dfb0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2020-05-31 Bruno Haible <bruno@clisp.org>
+ getrandom: Simplify the determination of the random number devices.
+ Suggested by Paul Eggert in
+ <https://lists.gnu.org/archive/html/bug-gnulib/2020-05/msg00383.html>.
+ * lib/getrandom.c (NAME_OF_RANDOM_DEVICE, NAME_OF_NONCE_DEVICE): New
+ macros.
+ * modules/getrandom (Depends-on): Remove crypto/gc-random.
+
+2020-05-31 Bruno Haible <bruno@clisp.org>
+
crypto/gc-random: Fix list of crypto devices for Solaris.
* m4/gc-random.m4 (gl_GC_RANDOM): Don't special-case Solaris.