summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2004-05-07 13:52:11 +0000
committerWerner Koch <wk@gnupg.org>2004-05-07 13:52:11 +0000
commit6605a26a913935f692c4ce270a13b2fc11bad67d (patch)
treecbf19438e496228b6a5f1545ad87d7322c14dc6c /ChangeLog
parenta29542578cb24fd6608586e87a42a9acef3b46dc (diff)
downloadlibgcrypt-6605a26a913935f692c4ce270a13b2fc11bad67d.tar.gz
* random.c (initialize): Factored out some code to ..
(initialize_basics): .. new function. (_gcry_random_initialize): Just call initialize_basics unless the new arg FULL is set to TRUE. (_gcry_fast_random_poll): Don't do anything unless the random system has been really initialized. * gcrypt.h: Added GCRYCTL_FAST_POLL. (gcry_fast_random_poll): New. * global.c (gcry_control) <INITIALIZATION_FINISHED>: Do only basic random subsystem init. (gcry_control) <FAST_POLL>: New.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d93e91c5..1d03310a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-04-21 Werner Koch <wk@gnupg.org>
+
+ * configure.ac: Don't print a warning if GNU make was not found.
+
2004-05-07 Moritz Schulte <moritz@g10code.de>
* THANKS: Updated.