aboutsummaryrefslogtreecommitdiffstats
path: root/cipher/rand-unix.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>1998-11-08 17:23:14 +0000
committerWerner Koch <[email protected]>1998-11-08 17:23:14 +0000
commit35c10545075da2353511ed83f7b5bb664f055df4 (patch)
treec92b3dc1ff2306194942b0d28e16e9ea8d28846e /cipher/rand-unix.c
parentoverhauled the trustdb stuff (diff)
downloadgnupg-35c10545075da2353511ed83f7b5bb664f055df4.tar.gz
gnupg-35c10545075da2353511ed83f7b5bb664f055df4.zip
ready to release 0.4.3V0-4-3
Diffstat (limited to 'cipher/rand-unix.c')
-rw-r--r--cipher/rand-unix.c1
1 files changed, 0 insertions, 1 deletions
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 ) {