summaryrefslogtreecommitdiff
path: root/entropy.c
diff options
context:
space:
mode:
authorKevin Steves <stevesk@pobox.com>2002-03-11 00:16:34 +0000
committerKevin Steves <stevesk@pobox.com>2002-03-11 00:16:34 +0000
commit581930735aa20f9bcff64f0e22f1ee5d409c18af (patch)
treea498050fb1d73165ee564df6c5b7483295c5530d /entropy.c
parentc7375ac4668ffb44dc62030dcc508ea1d1012021 (diff)
- (stevesk) entropy.c: typo in debug message
Diffstat (limited to 'entropy.c')
-rw-r--r--entropy.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/entropy.c b/entropy.c
index 03591f062..8f6ab0ea0 100644
--- a/entropy.c
+++ b/entropy.c
@@ -45,7 +45,7 @@
45 * XXX: we should tell the child how many bytes we need. 45 * XXX: we should tell the child how many bytes we need.
46 */ 46 */
47 47
48RCSID("$Id: entropy.c,v 1.40 2002/01/22 10:57:54 djm Exp $"); 48RCSID("$Id: entropy.c,v 1.41 2002/03/11 00:16:35 stevesk Exp $");
49 49
50#ifndef OPENSSL_PRNG_ONLY 50#ifndef OPENSSL_PRNG_ONLY
51#define RANDOM_SEED_SIZE 48 51#define RANDOM_SEED_SIZE 48
@@ -67,7 +67,7 @@ seed_rng(void)
67 return; 67 return;
68 } 68 }
69 69
70 debug3("Seeing PRNG from %s", SSH_RAND_HELPER); 70 debug3("Seeding PRNG from %s", SSH_RAND_HELPER);
71 71
72 if ((devnull = open("/dev/null", O_RDWR)) == -1) 72 if ((devnull = open("/dev/null", O_RDWR)) == -1)
73 fatal("Couldn't open /dev/null: %s", strerror(errno)); 73 fatal("Couldn't open /dev/null: %s", strerror(errno));