diff options
author | 2017-04-30 23:13:25 +0000 | |
---|---|---|
committer | 2017-04-30 23:13:25 +0000 | |
commit | f1cc710a366b47da6f96be2110292f8cd0933e7e (patch) | |
tree | 31850285c3849ea2e73103d90c462de9a912986c /usr.bin/ssh/ssh-keyscan.c | |
parent | remove options.protocol and client Protocol configuration knob (diff) | |
download | wireguard-openbsd-f1cc710a366b47da6f96be2110292f8cd0933e7e.tar.xz wireguard-openbsd-f1cc710a366b47da6f96be2110292f8cd0933e7e.zip |
remove compat20/compat13/compat15 variables
ok markus@
Diffstat (limited to 'usr.bin/ssh/ssh-keyscan.c')
-rw-r--r-- | usr.bin/ssh/ssh-keyscan.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh-keyscan.c b/usr.bin/ssh/ssh-keyscan.c index 028328c1242..ab85caec39b 100644 --- a/usr.bin/ssh/ssh-keyscan.c +++ b/usr.bin/ssh/ssh-keyscan.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ssh-keyscan.c,v 1.110 2017/04/30 23:10:43 djm Exp $ */ +/* $OpenBSD: ssh-keyscan.c,v 1.111 2017/04/30 23:13:25 djm Exp $ */ /* * Copyright 1995, 1996 by David Mazieres <dm@lcs.mit.edu>. * @@ -203,7 +203,6 @@ keygrab_ssh2(con *c) char *myproposal[PROPOSAL_MAX] = { KEX_CLIENT }; int r; - enable_compat20(); switch (c->c_keytype) { case KT_DSA: myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = get_cert ? |