Blame SOURCES/gnutls-utilize-system-crypto-policy.patch

4634d7
--- libmicrohttpd-0.9.53/src/microhttpd/daemon.c.orig	2017-04-12 08:31:18.243540128 +0200
4634d7
+++ libmicrohttpd-0.9.53/src/microhttpd/daemon.c	2017-04-12 08:34:19.851158371 +0200
4634d7
@@ -5415,7 +5415,7 @@
4634d7
   if (0 != (*pflags & MHD_USE_TLS))
4634d7
     {
4634d7
       gnutls_priority_init (&daemon->priority_cache,
4634d7
-			    "NORMAL",
4634d7
+			    "@SYSTEM",
4634d7
 			    NULL);
4634d7
     }
4634d7
 #endif /* HTTPS_SUPPORT */