Commit dd5b98c5 authored by Matt Caswell's avatar Matt Caswell
Browse files

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

parent db919b1e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;
                }
            }