Skip to content
Snippets Groups Projects
Commit dfacbc20 authored by Andy Green's avatar Andy Green
Browse files

mbedtls: fix client

parent 1799b02a
No related branches found
No related tags found
No related merge requests found
......@@ -308,6 +308,8 @@ some_wait:
error, ERR_error_string(error, sb));
return -1;
}
return 0;
}
return 1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment