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