ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src/conf.c
(Generate patch)

Comparing ircd-hybrid/trunk/src/conf.c (file contents):
Revision 4114 by michael, Tue Jul 1 16:47:15 2014 UTC vs.
Revision 4162 by michael, Thu Jul 3 19:39:31 2014 UTC

# 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 */

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)