Fix C++ style comment in altcp_tls_mbedtls.c

This commit is contained in:
Dirk Ziegelmeier 2017-03-31 13:05:04 +02:00
parent 33466ee6a8
commit 6559ffd848

View File

@ -924,7 +924,7 @@ altcp_mbedtls_bio_send(void* ctx, const unsigned char* dataptr, size_t size)
if (written) {
return written;
}
return 0;//MBEDTLS_ERR_SSL_WANT_WRITE;
return 0; /* MBEDTLS_ERR_SSL_WANT_WRITE; */
} else {
LWIP_ASSERT("tls_write, tcp_write: err != ERR MEM", 0);
/* @todo: return MBEDTLS_ERR_NET_CONN_RESET or MBEDTLS_ERR_NET_SEND_FAILED */