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

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