26 lines
760 B
Diff
26 lines
760 B
Diff
From 0f8920325cc523883df9e5073bd20ddc9c3d1b71 Mon Sep 17 00:00:00 2001
|
|
From: xigaoxinyan <xigaoxinyan@huawei.com>
|
|
Date: Thu, 13 Jan 2022 17:33:26 +0800
|
|
Subject: [PATCH] gnutls-utilize-system-crypto-policy.patch
|
|
|
|
---
|
|
src/microhttpd/daemon.c | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c
|
|
index 5ca612e..6c0947a 100644
|
|
--- a/src/microhttpd/daemon.c
|
|
+++ b/src/microhttpd/daemon.c
|
|
@@ -6498,7 +6498,7 @@ MHD_start_daemon_va (unsigned int flags,
|
|
if (0 != (*pflags & MHD_USE_TLS))
|
|
{
|
|
gnutls_priority_init (&daemon->priority_cache,
|
|
- "NORMAL",
|
|
+ "@SYSTEM",
|
|
NULL);
|
|
}
|
|
#endif /* HTTPS_SUPPORT */
|
|
--
|
|
2.27.0
|
|
|