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

Comparing ircd-hybrid/trunk/src/conf_parser.c (file contents):
Revision 1752 by michael, Wed Jan 16 19:17:40 2013 UTC vs.
Revision 1753 by michael, Wed Jan 16 19:30:51 2013 UTC

# Line 3322 | Line 3322 | yyreduce:
3322      if (!SSL_CTX_check_private_key(ServerInfo.server_ctx) ||
3323          !SSL_CTX_check_private_key(ServerInfo.client_ctx))
3324      {
3325 <      report_crypto_errors("Could not read RSA private key");
3326 <      conf_error_report(ERR_lib_error_string(ERR_get_error()));
3325 >      report_crypto_errors();
3326 >      conf_error_report("Could not read RSA private key");
3327        break;
3328      }
3329    }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines