9ef902c
--- libmicrohttpd-0.9.67/src/microhttpd/daemon.c.orig	2019-10-18 08:14:27.591969227 +0200
9ef902c
+++ libmicrohttpd-0.9.67/src/microhttpd/daemon.c	2019-10-18 08:15:20.306963570 +0200
9ef902c
@@ -5779,7 +5779,7 @@
a67e257
   if (0 != (*pflags & MHD_USE_TLS))
9ef902c
   {
9ef902c
     gnutls_priority_init (&daemon->priority_cache,
9ef902c
-                          "NORMAL",
9ef902c
+                          "@SYSTEM",
9ef902c
                           NULL);
9ef902c
   }
a67e257
 #endif /* HTTPS_SUPPORT */