diff options
author | Werner Koch <[email protected]> | 1998-02-09 17:43:42 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1998-02-09 17:43:42 +0000 |
commit | d6fa02add60c1d9ef6c7c576de3beb0a5debfade (patch) | |
tree | 4d33ad9fa6f8013b274ecb0dfe36cab7b15b47eb /cipher/random.c | |
parent | removed aclocal (diff) | |
download | gnupg-d6fa02add60c1d9ef6c7c576de3beb0a5debfade.tar.gz gnupg-d6fa02add60c1d9ef6c7c576de3beb0a5debfade.zip |
release 0.2.3
Diffstat (limited to '')
-rw-r--r-- | cipher/random.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/cipher/random.c b/cipher/random.c index ac98f54c2..26777aa91 100644 --- a/cipher/random.c +++ b/cipher/random.c @@ -144,8 +144,9 @@ fill_buffer( byte *buffer, size_t length, int level ) if( !(rc=select(fd+1, &rfds, NULL, NULL, &tv)) ) { if( !warn ) tty_printf( _( -"\nNot enough random bytes available. Please do some other work to give -the OS a chance to collect more entropy! (Need %d more bytes)\n"), length ); +"\n" +"Not enough random bytes available. Please do some other work to give\n" +"the OS a chance to collect more entropy! (Need %d more bytes)\n"), length ); warn = 1; continue; } |