aboutsummaryrefslogtreecommitdiff
path: root/net/spoofer/patches/010-openssl-deprecated.patch
diff options
context:
space:
mode:
Diffstat (limited to 'net/spoofer/patches/010-openssl-deprecated.patch')
-rw-r--r--net/spoofer/patches/010-openssl-deprecated.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/net/spoofer/patches/010-openssl-deprecated.patch b/net/spoofer/patches/010-openssl-deprecated.patch
deleted file mode 100644
index 1e3efc864..000000000
--- a/net/spoofer/patches/010-openssl-deprecated.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- a/prober/spoofer-prober.cc
-+++ b/prober/spoofer-prober.cc
-@@ -2135,8 +2135,10 @@ int main(int argc, char **argv) {
- #endif
- #ifdef HAVE_LIBSSL
- if (enableTLS) {
-+#if OPENSSL_VERSION_NUMBER < 0x10100000L
- SSL_load_error_strings();
- SSL_library_init();
-+#endif
- ssl_ctx = SSL_CTX_new(SSLv23_client_method());
- if (!ssl_ctx) {
- ssl_err("SSL_CTX_new() failed");