From: Jonathan Bastien-Filiatrault Date: Sat, 1 Aug 2009 16:16:33 +0000 (-0400) Subject: Remove hardcoded version checks in gnutls_cipher.c. X-Git-Tag: gnutls_2_11_3~339 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=39f81e44822fc51b678ae6bf7cbc5aa8b8adead8;p=thirdparty%2Fgnutls.git Remove hardcoded version checks in gnutls_cipher.c. --- diff --git a/lib/gnutls_cipher.c b/lib/gnutls_cipher.c index e51a477ef7..5e327e229c 100644 --- a/lib/gnutls_cipher.c +++ b/lib/gnutls_cipher.c @@ -447,6 +447,7 @@ _gnutls_compressed2ciphertext (gnutls_session_t session, return length; } + /* Deciphers the ciphertext packet, and puts the result to compress_data, of compress_size. * Returns the actual compressed packet size. */