aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/https/tls/gnutls_algorithms.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/https/tls/gnutls_algorithms.c')
-rw-r--r--src/daemon/https/tls/gnutls_algorithms.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/daemon/https/tls/gnutls_algorithms.c b/src/daemon/https/tls/gnutls_algorithms.c
index 89ca70bc..02be3637 100644
--- a/src/daemon/https/tls/gnutls_algorithms.c
+++ b/src/daemon/https/tls/gnutls_algorithms.c
@@ -1549,15 +1549,6 @@ MHD__gnutls_qsort (MHD_gtls_session_t session,
1549 char *base = _base; 1549 char *base = _base;
1550 size_t snmemb = nmemb; 1550 size_t snmemb = nmemb;
1551 1551
1552#ifdef DEBUG
1553 if (size > MAX_ELEM_SIZE)
1554 {
1555 MHD_gnutls_assert ();
1556 MHD__gnutls_debug_log ("QSORT BUG\n");
1557 exit (1);
1558 }
1559#endif
1560
1561 if (snmemb <= 1) 1552 if (snmemb <= 1)
1562 return; 1553 return;
1563 pivot = MHD__gnutls_partition (session, _base, nmemb, size, compar); 1554 pivot = MHD__gnutls_partition (session, _base, nmemb, size, compar);