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

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