[dh.c]
     spelling
This commit is contained in:
Ben Lindstrom 2001-03-06 01:13:06 +00:00
parent 1e62174af1
commit be6a5a6dfe
2 changed files with 6 additions and 3 deletions

View File

@ -27,6 +27,9 @@
- stevesk@cvs.openbsd.org 2001/03/05 17:40:48 - stevesk@cvs.openbsd.org 2001/03/05 17:40:48
[ssh.1] [ssh.1]
more ssh_known_hosts2 documentation; ok markus@ more ssh_known_hosts2 documentation; ok markus@
- stevesk@cvs.openbsd.org 2001/03/05 17:58:22
[dh.c]
spelling
20010305 20010305
- (bal) CVS ID touch up on sshpty.[ch] and sshlogin.[ch] - (bal) CVS ID touch up on sshpty.[ch] and sshlogin.[ch]
@ -4398,4 +4401,4 @@
- Wrote replacements for strlcpy and mkdtemp - Wrote replacements for strlcpy and mkdtemp
- Released 1.0pre1 - Released 1.0pre1
$Id: ChangeLog,v 1.914 2001/03/06 01:10:53 mouring Exp $ $Id: ChangeLog,v 1.915 2001/03/06 01:13:06 mouring Exp $

4
dh.c
View File

@ -23,7 +23,7 @@
*/ */
#include "includes.h" #include "includes.h"
RCSID("$OpenBSD: dh.c,v 1.7 2001/03/04 17:42:28 millert Exp $"); RCSID("$OpenBSD: dh.c,v 1.8 2001/03/05 17:58:22 stevesk Exp $");
#include "xmalloc.h" #include "xmalloc.h"
@ -135,7 +135,7 @@ choose_dh(int minbits)
f = fopen(_PATH_DH_PRIMES, "r"); f = fopen(_PATH_DH_PRIMES, "r");
if (!f) { if (!f) {
fatal("WARNING: %s dissappeared, giving up", _PATH_DH_PRIMES); fatal("WARNING: %s disappeared, giving up", _PATH_DH_PRIMES);
} }
linenum = 0; linenum = 0;