1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-09 00:00:04 +01:00

mbedtls: fix client

This commit is contained in:
Andy Green 2017-10-17 13:19:35 +08:00
parent 1799b02a43
commit dfacbc2071

View file

@ -308,6 +308,8 @@ some_wait:
error, ERR_error_string(error, sb));
return -1;
}
return 0;
}
return 1;