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

Comparing ircd-hybrid-8/src/ircd.c (file contents):
Revision 1303 by michael, Fri Mar 23 10:52:19 2012 UTC vs.
Revision 1307 by michael, Sat Mar 24 09:33:33 2012 UTC

# Line 91 | Line 91 | int doremotd = 0;
91   * initialize_server_capabs
92   */
93   int default_server_capabs = 0;
94
95 #ifdef HAVE_LIBCRYPTO
96 int bio_spare_fd = -1;
97 #endif
98
94   unsigned int splitmode;
95   unsigned int splitchecking;
96   unsigned int split_users;
# Line 466 | Line 461 | init_ssl(void)
461    SSL_CTX_set_options(ServerInfo.client_ctx, SSL_OP_NO_SSLv2);
462    SSL_CTX_set_options(ServerInfo.client_ctx, SSL_OP_TLS_ROLLBACK_BUG|SSL_OP_ALL);
463    SSL_CTX_set_verify(ServerInfo.client_ctx, SSL_VERIFY_NONE, NULL);
469
470  bio_spare_fd = save_spare_fd("SSL private key validation");
464   #endif /* HAVE_LIBCRYPTO */
465   }
466  

Diff Legend

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