diff options
author | Werner Koch <[email protected]> | 1998-11-10 12:59:59 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1998-11-10 12:59:59 +0000 |
commit | b076ce302189d619d170089f70afdb72dd0bf967 (patch) | |
tree | 736281f795268c3f712ed29167e21bc9078fc698 /cipher/rand-dummy.c | |
parent | ready to release 0.4.3 (diff) | |
download | gnupg-b076ce302189d619d170089f70afdb72dd0bf967.tar.gz gnupg-b076ce302189d619d170089f70afdb72dd0bf967.zip |
Some bug fixes of the last release
Diffstat (limited to '')
-rw-r--r-- | cipher/rand-dummy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cipher/rand-dummy.c b/cipher/rand-dummy.c index 2cb275bdc..093108b06 100644 --- a/cipher/rand-dummy.c +++ b/cipher/rand-dummy.c @@ -109,7 +109,7 @@ read_random_source( byte *buffer, size_t length, int level ) static int initialized=0; if( !initialized ) { - log_info(_("warning: using insecure random number generator!!\n")); + log_info(_("WARNING: using insecure random number generator!!\n")); tty_printf(_("The random number generator is only a kludge to let\n" "it compile - it is in no way a strong RNG!\n\n" "DON'T USE ANY DATA GENERATED BY THIS PROGRAM!!\n\n")); |