diff options
Diffstat (limited to 'cipher/random.c')
-rw-r--r-- | cipher/random.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cipher/random.c b/cipher/random.c index 6c55de670..852936dba 100644 --- a/cipher/random.c +++ b/cipher/random.c @@ -361,7 +361,7 @@ update_random_seed_file() ulong *sp, *dp; int fd, i; - if( !seed_file_name || !is_initialized ) + if( !seed_file_name || !is_initialized || !pool_filled ) return; if( !allow_seed_file_update ) { log_info(_("note: random_seed file not updated\n")); |