diff options
author | CoprDistGit <infra@openeuler.org> | 2024-08-06 02:28:51 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-08-06 02:28:51 +0000 |
commit | ec4b0240a453aa667ff764590f05c0296eefbf9f (patch) | |
tree | ee45a079b9bc9a28e6d936917f8701237c7dc2ea /gnutls-utilize-system-crypto-policy.patch | |
parent | 529d13a4d62bcd4da7e3fc25c852bffdeeafdb37 (diff) |
automatic import of libmicrohttpdopeneuler24.03_LTS
Diffstat (limited to 'gnutls-utilize-system-crypto-policy.patch')
-rw-r--r-- | gnutls-utilize-system-crypto-policy.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gnutls-utilize-system-crypto-policy.patch b/gnutls-utilize-system-crypto-policy.patch new file mode 100644 index 0000000..4f024a4 --- /dev/null +++ b/gnutls-utilize-system-crypto-policy.patch @@ -0,0 +1,11 @@ +--- libmicrohttpd-0.9.67/src/microhttpd/daemon.c.orig 2019-10-18 08:14:27.591969227 +0200 ++++ libmicrohttpd-0.9.67/src/microhttpd/daemon.c 2019-10-18 08:15:20.306963570 +0200 +@@ -5779,7 +5779,7 @@ + if (0 != (*pflags & MHD_USE_TLS)) + { + gnutls_priority_init (&daemon->priority_cache, +- "NORMAL", ++ "@SYSTEM", + NULL); + } + #endif /* HTTPS_SUPPORT */ |