summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2004-08-23 21:52:08 +1000
committerDamien Miller <djm@mindrot.org>2004-08-23 21:52:08 +1000
commit7daf044aa2055885da74dc15d56b17c17291c322 (patch)
treefa4e4156065ae6394432e35da56426d8b3b2bb69
parente17cc75fe35f62ba52928b5889b5e7aadb62bedb (diff)
- (djm) [ssh-rand-helper.c] Typo. Found by
Martin.Kraemer AT Fujitsu-Siemens.com
-rw-r--r--ChangeLog6
-rw-r--r--ssh-rand-helper.c4
2 files changed, 7 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 2292ffb00..4564a2433 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
120040823
2 - (djm) [ssh-rand-helper.c] Typo. Found by
3 Martin.Kraemer AT Fujitsu-Siemens.com
4
120040817 520040817
2 - (dtucker) [regress/README.regress] Note compatibility issues with GNU head. 6 - (dtucker) [regress/README.regress] Note compatibility issues with GNU head.
3 - (djm) OpenBSD CVS Sync 7 - (djm) OpenBSD CVS Sync
@@ -1654,4 +1658,4 @@
1654 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 1658 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
1655 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 1659 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
1656 1660
1657$Id: ChangeLog,v 1.3517 2004/08/17 12:50:40 djm Exp $ 1661$Id: ChangeLog,v 1.3518 2004/08/23 11:52:08 djm Exp $
diff --git a/ssh-rand-helper.c b/ssh-rand-helper.c
index 86af3893d..8cad53fe6 100644
--- a/ssh-rand-helper.c
+++ b/ssh-rand-helper.c
@@ -39,7 +39,7 @@
39#include "pathnames.h" 39#include "pathnames.h"
40#include "log.h" 40#include "log.h"
41 41
42RCSID("$Id: ssh-rand-helper.c,v 1.18 2004/07/17 04:07:42 dtucker Exp $"); 42RCSID("$Id: ssh-rand-helper.c,v 1.19 2004/08/23 11:52:09 djm Exp $");
43 43
44/* Number of bytes we write out */ 44/* Number of bytes we write out */
45#define OUTPUT_SEED_SIZE 48 45#define OUTPUT_SEED_SIZE 48
@@ -747,7 +747,7 @@ usage(void)
747 fprintf(stderr, "Usage: %s [options]\n", __progname); 747 fprintf(stderr, "Usage: %s [options]\n", __progname);
748 fprintf(stderr, " -v Verbose; display verbose debugging messages.\n"); 748 fprintf(stderr, " -v Verbose; display verbose debugging messages.\n");
749 fprintf(stderr, " Multiple -v increases verbosity.\n"); 749 fprintf(stderr, " Multiple -v increases verbosity.\n");
750 fprintf(stderr, " -x Force output in hexidecimal (for debugging)\n"); 750 fprintf(stderr, " -x Force output in hexadecimal (for debugging)\n");
751 fprintf(stderr, " -X Force output in binary\n"); 751 fprintf(stderr, " -X Force output in binary\n");
752 fprintf(stderr, " -b bytes Number of bytes to output (default %d)\n", 752 fprintf(stderr, " -b bytes Number of bytes to output (default %d)\n",
753 OUTPUT_SEED_SIZE); 753 OUTPUT_SEED_SIZE);