summaryrefslogtreecommitdiff
path: root/cipher/rndlinux.c
diff options
context:
space:
mode:
Diffstat (limited to 'cipher/rndlinux.c')
-rw-r--r--cipher/rndlinux.c13
1 files changed, 3 insertions, 10 deletions
diff --git a/cipher/rndlinux.c b/cipher/rndlinux.c
index cc96fa1f..3cfcb453 100644
--- a/cipher/rndlinux.c
+++ b/cipher/rndlinux.c
@@ -122,17 +122,10 @@ rndlinux_gather_random( void (*add)(const void*, size_t, int), int requester,
if( !(rc=select(fd+1, &rfds, NULL, NULL, &tv)) ) {
if( !warn )
{
-#ifndef IS_MODULE
_gcry_random_progress ("need_entropy", 'X', 0, (int)length);
-#else
- log_info (_("not enough random bytes available (need %d bytes)\n"),
- (int)length);
-
- log_info (_("please do some other work to give the OS a chance to collect more entropy\n"));
-#endif
- }
- warn = 1;
- continue;
+ warn = 1;
+ }
+ continue;
}
else if( rc == -1 ) {
log_error ("select() error: %s\n", strerror(errno));