Use minor protocol version to determine whether to use ECDH key exchange between nodes.
This commit is contained in:
parent
76a3ada4eb
commit
68a20876d0
5 changed files with 58 additions and 44 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue