mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-03 04:34:41 +02:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user