diff options
author | 2003-04-01 10:22:21 +0000 | |
---|---|---|
committer | 2003-04-01 10:22:21 +0000 | |
commit | 31dc91d9e0876c715d1fcc8c05de62b5088e12e2 (patch) | |
tree | fff3c91c3336f791792f7a092d924ce2361c2a4d /usr.bin/ssh/sshconnect2.c | |
parent | rekeying bugfixes and automatic rekeying: (diff) | |
download | wireguard-openbsd-31dc91d9e0876c715d1fcc8c05de62b5088e12e2.tar.xz wireguard-openbsd-31dc91d9e0876c715d1fcc8c05de62b5088e12e2.zip |
backout rekeying changes (for 3.6.1)
Diffstat (limited to 'usr.bin/ssh/sshconnect2.c')
-rw-r--r-- | usr.bin/ssh/sshconnect2.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.bin/ssh/sshconnect2.c b/usr.bin/ssh/sshconnect2.c index 51f447ed81f..97e822c67f3 100644 --- a/usr.bin/ssh/sshconnect2.c +++ b/usr.bin/ssh/sshconnect2.c @@ -23,7 +23,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: sshconnect2.c,v 1.113 2003/04/01 10:10:23 markus Exp $"); +RCSID("$OpenBSD: sshconnect2.c,v 1.114 2003/04/01 10:22:21 markus Exp $"); #include "ssh.h" #include "ssh2.h" @@ -108,9 +108,6 @@ ssh_kex2(char *host, struct sockaddr *hostaddr) myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = options.hostkeyalgorithms; - if (options.rekey_limit) - packet_set_rekey_limit(options.rekey_limit); - /* start key exchange */ kex = kex_setup(myproposal); kex->kex[KEX_DH_GRP1_SHA1] = kexdh_client; |