summaryrefslogtreecommitdiffhomepage
path: root/patches/gnutls-3.6.6.local.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/gnutls-3.6.6.local.patch')
-rw-r--r--patches/gnutls-3.6.6.local.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/patches/gnutls-3.6.6.local.patch b/patches/gnutls-3.6.6.local.patch
new file mode 100644
index 00000000..599a52d5
--- /dev/null
+++ b/patches/gnutls-3.6.6.local.patch
@@ -0,0 +1,14 @@
+diff -ru gnutls-3.6.6.orig/lib/random.c gnutls-3.6.6/lib/random.c
+--- gnutls-3.6.6.orig/lib/random.c 2018-04-01 13:56:13.000000000 +0200
++++ gnutls-3.6.6/lib/random.c 2019-01-31 20:38:57.815274977 +0100
+@@ -36,8 +36,8 @@
+ #endif
+
+ /* Per thread context of random generator, and a flag to indicate initialization */
+-static _Thread_local void *gnutls_rnd_ctx;
+-static _Thread_local unsigned rnd_initialized = 0;
++static __thread void *gnutls_rnd_ctx;
++static __thread unsigned rnd_initialized = 0;
+
+ struct rnd_ctx_list_st {
+ void *ctx;