]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Remove hardcoded version checks in gnutls_cipher.c.
authorJonathan Bastien-Filiatrault <joe@x2a.org>
Sat, 1 Aug 2009 16:16:33 +0000 (12:16 -0400)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 3 Jun 2010 17:34:22 +0000 (19:34 +0200)
lib/gnutls_cipher.c

index e51a477ef7a48ad2ec917c4f0cb31186d69b60ab..5e327e229ca7d142f0d361651264614eb88b0d94 100644 (file)
@@ -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.
  */