summaryrefslogtreecommitdiff
path: root/src/conf_parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/conf_parser.c')
-rw-r--r--src/conf_parser.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/conf_parser.c b/src/conf_parser.c
index a2363fb..56734ad 100644
--- a/src/conf_parser.c
+++ b/src/conf_parser.c
@@ -3322,8 +3322,8 @@ yyreduce:
if (!SSL_CTX_check_private_key(ServerInfo.server_ctx) ||
!SSL_CTX_check_private_key(ServerInfo.client_ctx))
{
- report_crypto_errors("Could not read RSA private key");
- conf_error_report(ERR_lib_error_string(ERR_get_error()));
+ report_crypto_errors();
+ conf_error_report("Could not read RSA private key");
break;
}
}