This is a port of cyaSSL 2.7.0.

Dependents:   CyaSSL_DTLS_Cellular CyaSSL_DTLS_Ethernet

Revision:
1:c0ce1562443a
Parent:
0:714293de3836
--- a/io.c	Thu Sep 05 10:33:04 2013 +0000
+++ b/io.c	Thu Sep 05 15:55:50 2013 +0000
@@ -355,10 +355,9 @@
                 CYASSL_MSG("setsockopt rcvtimeo failed");
         }
     }
-    
+
     recvd = (int)RECVFROM_FUNCTION(sd, buf, sz, ssl->rflags,
                                   (struct sockaddr*)&peer, &peerSz);
-    printf("Received %d bytes",recvd); 
     recvd = TranslateReturnCode(recvd, sd);
 
     if (recvd < 0) {