diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | dh.c | 4 |
2 files changed, 6 insertions, 3 deletions
@@ -27,6 +27,9 @@ | |||
27 | - stevesk@cvs.openbsd.org 2001/03/05 17:40:48 | 27 | - stevesk@cvs.openbsd.org 2001/03/05 17:40:48 |
28 | [ssh.1] | 28 | [ssh.1] |
29 | more ssh_known_hosts2 documentation; ok markus@ | 29 | more ssh_known_hosts2 documentation; ok markus@ |
30 | - stevesk@cvs.openbsd.org 2001/03/05 17:58:22 | ||
31 | [dh.c] | ||
32 | spelling | ||
30 | 33 | ||
31 | 20010305 | 34 | 20010305 |
32 | - (bal) CVS ID touch up on sshpty.[ch] and sshlogin.[ch] | 35 | - (bal) CVS ID touch up on sshpty.[ch] and sshlogin.[ch] |
@@ -4398,4 +4401,4 @@ | |||
4398 | - Wrote replacements for strlcpy and mkdtemp | 4401 | - Wrote replacements for strlcpy and mkdtemp |
4399 | - Released 1.0pre1 | 4402 | - Released 1.0pre1 |
4400 | 4403 | ||
4401 | $Id: ChangeLog,v 1.914 2001/03/06 01:10:53 mouring Exp $ | 4404 | $Id: ChangeLog,v 1.915 2001/03/06 01:13:06 mouring Exp $ |
@@ -23,7 +23,7 @@ | |||
23 | */ | 23 | */ |
24 | 24 | ||
25 | #include "includes.h" | 25 | #include "includes.h" |
26 | RCSID("$OpenBSD: dh.c,v 1.7 2001/03/04 17:42:28 millert Exp $"); | 26 | RCSID("$OpenBSD: dh.c,v 1.8 2001/03/05 17:58:22 stevesk Exp $"); |
27 | 27 | ||
28 | #include "xmalloc.h" | 28 | #include "xmalloc.h" |
29 | 29 | ||
@@ -135,7 +135,7 @@ choose_dh(int minbits) | |||
135 | 135 | ||
136 | f = fopen(_PATH_DH_PRIMES, "r"); | 136 | f = fopen(_PATH_DH_PRIMES, "r"); |
137 | if (!f) { | 137 | if (!f) { |
138 | fatal("WARNING: %s dissappeared, giving up", _PATH_DH_PRIMES); | 138 | fatal("WARNING: %s disappeared, giving up", _PATH_DH_PRIMES); |
139 | } | 139 | } |
140 | 140 | ||
141 | linenum = 0; | 141 | linenum = 0; |