X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fprotocol_auth.c;h=f6192d71bea09e615b909e6b002b2da5f4ab319f;hb=68a20876d0c4a6c370064d78786dd9f2aa6273cb;hp=3fd80c47b944981a900f9409751bdec8bf00a907;hpb=76a3ada4eb4032172c3d780915a07680f9954d42;p=tinc diff --git a/src/protocol_auth.c b/src/protocol_auth.c index 3fd80c47..f6192d71 100644 --- a/src/protocol_auth.c +++ b/src/protocol_auth.c @@ -626,9 +626,6 @@ bool ack_h(connection_t *c, const char *request) { c->options &= ~OPTION_CLAMP_MSS; } - if(c->protocol_minor > 0) - c->node->status.ecdh = true; - /* Activate this connection */ c->allow_request = ALL;