From 2ab8fdfdfd2725f7f58cb91304befeb8d360ddf6 Mon Sep 17 00:00:00 2001 From: Niels Provos Date: Tue, 28 Sep 1999 04:45:39 +0000 Subject: convert all uses of gmp to SSL bignum convert all used of rsa to SSL rsa functions remove all use of randomstate to OpenBSD arc4random() and arc4_stir() all this done at a long long night in Canada. --- usr.bin/ssh/readconf.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'usr.bin/ssh/readconf.c') diff --git a/usr.bin/ssh/readconf.c b/usr.bin/ssh/readconf.c index 48bad9714a7..8d74d5ac754 100644 --- a/usr.bin/ssh/readconf.c +++ b/usr.bin/ssh/readconf.c @@ -14,7 +14,7 @@ Functions for reading the configuration files. */ #include "includes.h" -RCSID("$Id: readconf.c,v 1.1 1999/09/26 20:53:37 deraadt Exp $"); +RCSID("$Id: readconf.c,v 1.2 1999/09/28 04:45:36 provos Exp $"); #include "ssh.h" #include "cipher.h" @@ -80,7 +80,6 @@ RCSID("$Id: readconf.c,v 1.1 1999/09/26 20:53:37 deraadt Exp $"); KeepAlives no IdentityFile ~/.ssh/identity Port 22 - Cipher idea EscapeChar ~ */ -- cgit v1.2.3