# | Line 1570 | Line 1570 | clear_out_old_conf(void) | |
---|---|---|
1570 | ||
1571 | MyFree(ServerInfo.rsa_private_key_file); | |
1572 | ServerInfo.rsa_private_key_file = NULL; | |
1573 | – | |
1574 | – | if (ServerInfo.server_ctx) |
1575 | – | SSL_CTX_set_options(ServerInfo.server_ctx, SSL_OP_NO_SSLv2| |
1576 | – | SSL_OP_NO_SSLv3| |
1577 | – | SSL_OP_NO_TLSv1); |
1578 | – | if (ServerInfo.client_ctx) |
1579 | – | SSL_CTX_set_options(ServerInfo.client_ctx, SSL_OP_NO_SSLv2| |
1580 | – | SSL_OP_NO_SSLv3| |
1581 | – | SSL_OP_NO_TLSv1); |
1573 | #endif | |
1574 | ||
1575 | /* clean out AdminInfo */ |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |