mirror of git://anongit.mindrot.org/openssh.git
parent
1e62174af1
commit
be6a5a6dfe
|
@ -27,6 +27,9 @@
|
|||
- stevesk@cvs.openbsd.org 2001/03/05 17:40:48
|
||||
[ssh.1]
|
||||
more ssh_known_hosts2 documentation; ok markus@
|
||||
- stevesk@cvs.openbsd.org 2001/03/05 17:58:22
|
||||
[dh.c]
|
||||
spelling
|
||||
|
||||
20010305
|
||||
- (bal) CVS ID touch up on sshpty.[ch] and sshlogin.[ch]
|
||||
|
@ -4398,4 +4401,4 @@
|
|||
- Wrote replacements for strlcpy and mkdtemp
|
||||
- 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
4
dh.c
|
@ -23,7 +23,7 @@
|
|||
*/
|
||||
|
||||
#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"
|
||||
|
||||
|
@ -135,7 +135,7 @@ choose_dh(int minbits)
|
|||
|
||||
f = fopen(_PATH_DH_PRIMES, "r");
|
||||
if (!f) {
|
||||
fatal("WARNING: %s dissappeared, giving up", _PATH_DH_PRIMES);
|
||||
fatal("WARNING: %s disappeared, giving up", _PATH_DH_PRIMES);
|
||||
}
|
||||
|
||||
linenum = 0;
|
||||
|
|
Loading…
Reference in New Issue