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

Show the error stack if there was an error writing early data in s_client

Reviewed-by: NBen Kaduk <kaduk@mit.edu>
(Merged from https://github.com/openssl/openssl/pull/3926)
上级 db919b1e
......@@ -2647,6 +2647,7 @@ int s_client_main(int argc, char **argv)
default:
BIO_printf(bio_err, "Error writing early data\n");
BIO_free(edfile);
ERR_print_errors(bio_err);
goto shut;
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册