gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r7935 - libmicrohttpd/src/daemon/https/tls


From: gnunet
Subject: [GNUnet-SVN] r7935 - libmicrohttpd/src/daemon/https/tls
Date: Mon, 17 Nov 2008 01:08:15 -0700 (MST)

Author: grothoff
Date: 2008-11-17 01:08:14 -0700 (Mon, 17 Nov 2008)
New Revision: 7935

Modified:
   libmicrohttpd/src/daemon/https/tls/gnutls_algorithms.c
Log:
dead

Modified: libmicrohttpd/src/daemon/https/tls/gnutls_algorithms.c
===================================================================
--- libmicrohttpd/src/daemon/https/tls/gnutls_algorithms.c      2008-11-17 
08:06:55 UTC (rev 7934)
+++ libmicrohttpd/src/daemon/https/tls/gnutls_algorithms.c      2008-11-17 
08:08:14 UTC (rev 7935)
@@ -1286,22 +1286,6 @@
 
   ret_count = j;
 
-#if 0                           /* expensive */
-  if (ret_count > 0 && ret_count != count)
-    {
-      ciphers =
-        MHD_gtls_realloc_fast (ciphers, ret_count * sizeof (cipher_suite_st));
-    }
-  else
-    {
-      if (ret_count != count)
-        {
-          MHD_gnutls_free (ciphers);
-          ciphers = NULL;
-        }
-    }
-#endif
-
   MHD_gnutls_afree (tmp_ciphers);
 
   /* This function can no longer return 0 cipher suites.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]