diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2018-08-20 23:36:55 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2018-08-20 23:36:55 +0300 |
commit | 80a927c7298f79822528d0842c3781c8a4aa542d (patch) | |
tree | fa7bed33c4702e4ab8389f271895c6bab9a150c9 /net-vpn | |
parent | 6a1d00b3b229cf41bbc0fa21fc1bfb7c07e25bb7 (diff) |
tor: dropped libressl patch, fixed by upstream
Diffstat (limited to 'net-vpn')
-rw-r--r-- | net-vpn/tor/files/libressl.patch | 17 | ||||
-rw-r--r-- | net-vpn/tor/tor-scm.ebuild | 3 |
2 files changed, 0 insertions, 20 deletions
diff --git a/net-vpn/tor/files/libressl.patch b/net-vpn/tor/files/libressl.patch deleted file mode 100644 index e448031..0000000 --- a/net-vpn/tor/files/libressl.patch +++ /dev/null @@ -1,17 +0,0 @@ -diff --git a/src/lib/crypt_ops/crypto_hkdf.c b/src/lib/crypt_ops/crypto_hkdf.c -index 0200d0fe9..30e276d5d 100644 ---- a/src/lib/crypt_ops/crypto_hkdf.c -+++ b/src/lib/crypt_ops/crypto_hkdf.c -@@ -19,10 +19,10 @@ - - #include <openssl/opensslv.h> - --#if OPENSSL_VERSION_NUMBER >= OPENSSL_V_SERIES(1,1,0) -+/*#if OPENSSL_VERSION_NUMBER >= OPENSSL_V_SERIES(1,1,0) - #define HAVE_OPENSSL_HKDF 1 - #include <openssl/kdf.h> --#endif -+#endif */ - - #include <string.h> - diff --git a/net-vpn/tor/tor-scm.ebuild b/net-vpn/tor/tor-scm.ebuild index e2f6d30..8fedd4d 100644 --- a/net-vpn/tor/tor-scm.ebuild +++ b/net-vpn/tor/tor-scm.ebuild @@ -37,9 +37,6 @@ pkg_setup() { enewuser tor -1 -1 /var/lib/tor tor } -PATCHES=( - "${FILESDIR}"/libressl.patch -) src_prepare() { ./autogen.sh default |