summaryrefslogtreecommitdiff
path: root/libgcrypt.txt
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 /libgcrypt.txt
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 'libgcrypt.txt')
-rw-r--r--libgcrypt.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/libgcrypt.txt b/libgcrypt.txt
index 41c051d9..7c09b7e6 100644
--- a/libgcrypt.txt
+++ b/libgcrypt.txt
@@ -35,9 +35,9 @@ random numbers and a lot of supporting functions.
%%license-verified-on: 2001-04-23
-%%maintainer: Werner Koch <libgcrypt@g10code.com>
+%%maintainer: Moritz Schulte <libgcrypt 'at' g10code.com>
-%%updated: 2002-12-23
+%%updated: 2004-04-15
%%keywords: encryption, public key, digital signature, hash, libgcrypt
@@ -54,13 +54,13 @@ random numbers and a lot of supporting functions.
%%doc: Programmer reference in Texinfo, Postscript, HTML included
%%developers: Matthew Skala, Michael Roth, Niklas Hernaeus, Remi
-Guyomarch, Simon Josefsson, Werner Koch <wk@gnupg.org>.
+Guyomarch, Simon Josefsson, Werner Koch, Moritz Schulte.
%%contributors:
%%sponsors:
-%%source-tarball: ftp://ftp.gnupg.org/gcrypt/alpha/libgcrypt/libgcrypt-1.1.11.tar.gz
+%%source-tarball: ftp://ftp.gnupg.org/gcrypt/libgcrypt/
%%source-info:
@@ -88,7 +88,7 @@ Guyomarch, Simon Josefsson, Werner Koch <wk@gnupg.org>.
%%source-prerequisites:
-%%version: 1.1.11 released 2002-12-21
+%%version: 1.2.0 released 2004-04-15
%%announce-list: <gnupg-announce@gnupg.org>
<gnupg-announce-request@gnupg.org>