Re-add gnutls-utilize-system-crypto-policy.patch Add epoch to allow update of higher release version
12 lines
360 B
Diff
12 lines
360 B
Diff
--- libmicrohttpd-0.9.52/src/microhttpd/daemon.c.orig 2017-01-13 19:54:48.203411920 +0100
|
|
+++ libmicrohttpd-0.9.52/src/microhttpd/daemon.c 2017-01-13 19:55:22.286061143 +0100
|
|
@@ -4486,7 +4486,7 @@
|
|
if (0 != (flags & MHD_USE_TLS))
|
|
{
|
|
gnutls_priority_init (&daemon->priority_cache,
|
|
- "NORMAL",
|
|
+ "@SYSTEM",
|
|
NULL);
|
|
}
|
|
#endif
|