diff options
author | orbea <orbea@riseup.net> | 2022-07-05 16:13:46 -0700 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-10 23:49:31 +0100 |
commit | 7d22d15778eea9a548dff0e680a9530f374354e6 (patch) | |
tree | 6c73cd5dc69c30e77ee0c0813b580e5520e88f78 /net-analyzer/flow-tools | |
parent | net-voip/telepathy-gabble: Remove LibreSSL support (diff) | |
download | gentoo-7d22d15778eea9a548dff0e680a9530f374354e6.tar.gz gentoo-7d22d15778eea9a548dff0e680a9530f374354e6.tar.bz2 gentoo-7d22d15778eea9a548dff0e680a9530f374354e6.zip |
net-analyzer/flow-tools: Remove LibreSSL patch
This also fixes the build with libressl-3.5.x from the gentoo overlay.
Signed-off-by: orbea <orbea@riseup.net>
Closes: https://github.com/gentoo/gentoo/pull/26240
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer/flow-tools')
-rw-r--r-- | net-analyzer/flow-tools/files/flow-tools-0.68.5.1-openssl11.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/net-analyzer/flow-tools/files/flow-tools-0.68.5.1-openssl11.patch b/net-analyzer/flow-tools/files/flow-tools-0.68.5.1-openssl11.patch index 686d40ab8079..cbbddcaae68d 100644 --- a/net-analyzer/flow-tools/files/flow-tools-0.68.5.1-openssl11.patch +++ b/net-analyzer/flow-tools/files/flow-tools-0.68.5.1-openssl11.patch @@ -1,20 +1,5 @@ --- a/lib/ftxlate.c +++ b/lib/ftxlate.c -@@ -34,6 +34,14 @@ - #include <openssl/ssl.h> - #include <openssl/evp.h> - #undef free_func -+ -+/* fixup LibreSSL OpenSSL version numbering */ -+#include <openssl/opensslv.h> -+#if (defined LIBRESSL_VERSION_NUMBER && OPENSSL_VERSION_NUMBER == 0x20000000L) -+#undef OPENSSL_VERSION_NUMBER -+#define OPENSSL_VERSION_NUMBER 0x1000107fL -+#endif -+ - #endif /* HAVE_OPENSSL */ - - #include <sys/time.h> @@ -2040,11 +2048,13 @@ |