From da4d9cf4bfc34052f60e7161abbe7b88517ab43a Mon Sep 17 00:00:00 2001 From: Ben Lindstrom Date: Mon, 22 Sep 2003 15:36:15 +0000 Subject: - (bal) "extration" -> "extraction" in ssh-rand-helper.c; repoted by john on #unixhelp@efnet --- ChangeLog | 4 +++- ssh-rand-helper.c | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index fd8abf04b..35c648051 100644 --- a/ChangeLog +++ b/ChangeLog @@ -71,6 +71,8 @@ - markus@cvs.openbsd.org 2003/09/19 17:43:35 [clientloop.c sshtty.c sshtty.h] remove fatal callbacks from client code; ok deraadt + - (bal) "extration" -> "extraction" in ssh-rand-helper.c; repoted by john + on #unixhelp@efnet 20030919 - (djm) Bug #683: Remove reference to --with-ipv4-default from INSTALL; @@ -1207,4 +1209,4 @@ - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo. Report from murple@murple.net, diagnosis from dtucker@zip.com.au -$Id: ChangeLog,v 1.3036 2003/09/22 11:16:05 dtucker Exp $ +$Id: ChangeLog,v 1.3037 2003/09/22 15:36:15 mouring Exp $ diff --git a/ssh-rand-helper.c b/ssh-rand-helper.c index 7e65e4569..effc8745e 100644 --- a/ssh-rand-helper.c +++ b/ssh-rand-helper.c @@ -39,7 +39,7 @@ #include "pathnames.h" #include "log.h" -RCSID("$Id: ssh-rand-helper.c,v 1.13 2003/08/21 23:34:41 djm Exp $"); +RCSID("$Id: ssh-rand-helper.c,v 1.14 2003/09/22 15:36:15 mouring Exp $"); /* Number of bytes we write out */ #define OUTPUT_SEED_SIZE 48 @@ -563,7 +563,7 @@ prng_write_seedfile(void) debug("writing PRNG seed to file %.100s", filename); if (RAND_bytes(seed, sizeof(seed)) <= 0) - fatal("PRNG seed extration failed"); + fatal("PRNG seed extraction failed"); /* Don't care if the seed doesn't exist */ prng_check_seedfile(filename); -- cgit v1.2.3