From 35c10545075da2353511ed83f7b5bb664f055df4 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Sun, 8 Nov 1998 17:23:14 +0000 Subject: ready to release 0.4.3 --- cipher/ChangeLog | 4 ++++ cipher/rand-unix.c | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'cipher') diff --git a/cipher/ChangeLog b/cipher/ChangeLog index 58997ecab..b6072a80e 100644 --- a/cipher/ChangeLog +++ b/cipher/ChangeLog @@ -1,3 +1,7 @@ +Sun Nov 8 17:44:36 1998 Werner Koch (wk@isil.d.shuttle.de) + + * radn-unix.c (read_random_source): Removed the assert. + Mon Oct 19 18:34:30 1998 me,,, (wk@tobold) * pubkey.c: Hack to allow us to give some info about RSA keys back. diff --git a/cipher/rand-unix.c b/cipher/rand-unix.c index b9423e0d1..d256fd20b 100644 --- a/cipher/rand-unix.c +++ b/cipher/rand-unix.c @@ -157,7 +157,6 @@ read_random_source( byte *buffer, size_t length, int level ) continue; } - assert( length < 500 ); do { n = read(fd, buffer, length ); if( n >= 0 && n > length ) { -- cgit v1.2.3