summaryrefslogtreecommitdiffstats
path: root/cipher/rand-unix.c
diff options
context:
space:
mode:
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 ) {