mirror of
https://github.com/openssl/openssl.git
synced 2025-02-17 14:32:04 +08:00
Show the error stack if there was an error writing early data in s_client
Reviewed-by: Ben Kaduk <kaduk@mit.edu> (Merged from https://github.com/openssl/openssl/pull/3926)
This commit is contained in:
parent
db919b1e25
commit
dd5b98c55a
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user