From 6605a26a913935f692c4ce270a13b2fc11bad67d Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Fri, 7 May 2004 13:52:11 +0000 Subject: * 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) : Do only basic random subsystem init. (gcry_control) : New. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d93e91c5..1d03310a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-04-21 Werner Koch + + * configure.ac: Don't print a warning if GNU make was not found. + 2004-05-07 Moritz Schulte * THANKS: Updated. -- cgit v1.2.1