aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/daemon.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/daemon.c')
-rw-r--r--src/microhttpd/daemon.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c
index 8345c793..721c5ba7 100644
--- a/src/microhttpd/daemon.c
+++ b/src/microhttpd/daemon.c
@@ -6447,8 +6447,8 @@ daemon_tls_priorities_init_append_inner_ (struct MHD_Daemon *daemon,
6447 res = gnutls_priority_init2 (&daemon->priority_cache, prio, &err_pos, 6447 res = gnutls_priority_init2 (&daemon->priority_cache, prio, &err_pos,
6448 GNUTLS_PRIORITY_INIT_DEF_APPEND); 6448 GNUTLS_PRIORITY_INIT_DEF_APPEND);
6449 else 6449 else
6450#else \ 6450#else /* 0x030300 <= GNUTLS_VERSION_NUMBER
6451 /* 0x030300 <= GNUTLS_VERSION_NUMBER && GNUTLS_VERSION_NUMBER < 0x030603 */ 6451 && GNUTLS_VERSION_NUMBER < 0x030603 */
6452 if (NULL == MHD_TlsBasePriotities[p].str) 6452 if (NULL == MHD_TlsBasePriotities[p].str)
6453 continue; /* Skip the value, no way to append priorities to the default string */ 6453 continue; /* Skip the value, no way to append priorities to the default string */
6454 else 6454 else