commit 8ba8ee559a1e8f46f77db39ec0d83963f3bc758a parent 86f8eb7807aa265ed7eb803e6f4e2b546b84c1df Author: Christian Grothoff <christian@grothoff.org> Date: Mon, 17 Nov 2008 08:08:14 +0000 dead Diffstat:
| M | src/daemon/https/tls/gnutls_algorithms.c | | | 16 | ---------------- |
1 file changed, 0 insertions(+), 16 deletions(-)
diff --git a/src/daemon/https/tls/gnutls_algorithms.c b/src/daemon/https/tls/gnutls_algorithms.c @@ -1286,22 +1286,6 @@ MHD_gtls_supported_ciphersuites (MHD_gtls_session_t session, 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.