Fixes for static memory with -r session resumption option on client. Fix for possible failed InitSSL cleanup using NULL ssl->ctx for static memory.

This commit is contained in:
David Garske
2017-10-23 10:50:19 -07:00
parent a4f94366a4
commit 6369794b6f
4 changed files with 44 additions and 37 deletions

View File

@@ -71,7 +71,7 @@ do_test() {
if [ $client_result != 0 ]
then
echo -e "client failed!"
echo -e "client failed!\ncapture_out=$capture_out\nclient_result=$client_result"
do_cleanup
exit 1
fi