提交 ae632974 编写于 作者: M Matt Caswell

Fix error handling in ssltest

Reviewed-by: NRichard Levitte <levitte@openssl.org>
上级 fe6d2a33
...@@ -2242,7 +2242,7 @@ int doit(SSL *s_ssl, SSL *c_ssl, long count) ...@@ -2242,7 +2242,7 @@ int doit(SSL *s_ssl, SSL *c_ssl, long count)
if (!do_client && !do_server) { if (!do_client && !do_server) {
fprintf(stdout, "ERROR IN STARTUP\n"); fprintf(stdout, "ERROR IN STARTUP\n");
ERR_print_errors(bio_err); ERR_print_errors(bio_err);
break; goto err;
} }
if (do_client && !(done & C_DONE)) { if (do_client && !(done & C_DONE)) {
if (c_write) { if (c_write) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册