Merge branch 'master' of github.com:cyassl/cyassl

This commit is contained in:
John Safranek
2012-10-02 14:42:06 -07:00
8 changed files with 73 additions and 11 deletions

View File

@@ -51,6 +51,7 @@
int timeout_count = CyaSSL_dtls_get_current_timeout(ssl) * 10;
while (ret != SSL_SUCCESS && (error == SSL_ERROR_WANT_READ ||
error == SSL_ERROR_WANT_WRITE)) {
(void)timeout_count;
if (error == SSL_ERROR_WANT_READ)
printf("... client would read block\n");
else