From: Nikos Mavrogiannopoulos Date: Wed, 4 Sep 2013 19:12:56 +0000 (+0300) Subject: added comments X-Git-Tag: gnutls_3_2_5~61 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a54079812048e3dda5e94e8df5b9537eb82ad252;p=thirdparty%2Fgnutls.git added comments --- diff --git a/lib/gnutls_cipher.c b/lib/gnutls_cipher.c index da710fe9dc..1e87d5d2dd 100644 --- a/lib/gnutls_cipher.c +++ b/lib/gnutls_cipher.c @@ -373,7 +373,7 @@ compressed_to_ciphertext (gnutls_session_t session, data_ptr = cipher_data; - if (explicit_iv) + if (explicit_iv) /* TLS 1.1 or later */ { if (block_algo == CIPHER_BLOCK) {