diff options
Diffstat (limited to '')
-rw-r--r-- | cipher/ChangeLog | 4 | ||||
-rw-r--r-- | cipher/random.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/cipher/ChangeLog b/cipher/ChangeLog index 6e138f4af..77efc4449 100644 --- a/cipher/ChangeLog +++ b/cipher/ChangeLog @@ -1,3 +1,7 @@ +2002-07-25 David Shaw <[email protected]> + + * random.c: "warning" -> "WARNING" + 2002-07-02 Werner Koch <[email protected]> * rndw32.c (slow_gatherer_windowsNT): Use a simple array for the diff --git a/cipher/random.c b/cipher/random.c index 8c552bd3b..2c958d9d4 100644 --- a/cipher/random.c +++ b/cipher/random.c @@ -337,7 +337,7 @@ read_seed_file(void) return 0; } if( sb.st_size != POOLSIZE ) { - log_info(_("warning: invalid size of random_seed file - not used\n") ); + log_info(_("WARNING: invalid size of random_seed file - not used\n") ); close(fd); return 0; } |