Remove misleading comment in mbedtls_ssl_decrypt_buf()
The comment doesn't seem to relate to the code that follows.
diff --git a/library/ssl_tls.c b/library/ssl_tls.c
index decb0b4..ba8ba19 100644
--- a/library/ssl_tls.c
+++ b/library/ssl_tls.c
@@ -2627,9 +2627,6 @@
unsigned char iv[12];
size_t explicit_iv_len = transform->ivlen - transform->fixed_ivlen;
- /*
- * Compute and update sizes
- */
if( rec->data_len < explicit_iv_len + transform->taglen )
{
MBEDTLS_SSL_DEBUG_MSG( 1, ( "msglen (%d) < explicit_iv_len (%d) "