From 179bc1e9bdea1b89bdb33f8f93b6c1bc4654d365 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 28 Jan 2020 15:19:43 +0100 Subject: libressl: update to 3.0.2 --- .../libressl/patches/patch-crypto_compat_arc4random_linux_h | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 package/libressl/patches/patch-crypto_compat_arc4random_linux_h (limited to 'package/libressl/patches') diff --git a/package/libressl/patches/patch-crypto_compat_arc4random_linux_h b/package/libressl/patches/patch-crypto_compat_arc4random_linux_h deleted file mode 100644 index c71462315..000000000 --- a/package/libressl/patches/patch-crypto_compat_arc4random_linux_h +++ /dev/null @@ -1,11 +0,0 @@ ---- libressl-2.4.2.orig/crypto/compat/arc4random_linux.h 2016-08-01 01:07:36.000000000 +0200 -+++ libressl-2.4.2/crypto/compat/arc4random_linux.h 2016-10-17 21:56:49.830938238 +0200 -@@ -32,7 +32,7 @@ static pthread_mutex_t arc4random_mtx = - #define _ARC4_LOCK() pthread_mutex_lock(&arc4random_mtx) - #define _ARC4_UNLOCK() pthread_mutex_unlock(&arc4random_mtx) - --#ifdef __GLIBC__ -+#if defined(__GLIBC__) && !defined(__UCLIBC__) - extern void *__dso_handle; - extern int __register_atfork(void (*)(void), void(*)(void), void (*)(void), void *); - #define _ARC4_ATFORK(f) __register_atfork(NULL, NULL, (f), __dso_handle) -- cgit v1.2.3