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

Comparing ircd-hybrid/trunk/src/conf_parser.y (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 524 | Line 524 | serverinfo_ssl_certificate_file: SSL_CER
524      if (!SSL_CTX_check_private_key(ServerInfo.server_ctx) ||
525          !SSL_CTX_check_private_key(ServerInfo.client_ctx))
526      {
527 <      report_crypto_errors("Could not read RSA private key");
528 <      conf_error_report(ERR_lib_error_string(ERR_get_error()));
527 >      report_crypto_errors();
528 >      conf_error_report("Could not read RSA private key");
529        break;
530      }
531    }

Diff Legend

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