| # | 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 | } | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |