summaryrefslogtreecommitdiff
path: root/package/socat/patches/patch-sslcls_h
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-11-02 18:58:59 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2017-11-02 18:59:47 +0100
commite64b43391594b53adea57f8b8d6989df237e72c3 (patch)
treeaf27b6a08d6595a13baea176ecceb3cf7ab443e3 /package/socat/patches/patch-sslcls_h
parent505f3c9a827a6ed83ece82d1e5cfaadf088a168a (diff)
socat: update to 1.7.3.2
Diffstat (limited to 'package/socat/patches/patch-sslcls_h')
-rw-r--r--package/socat/patches/patch-sslcls_h11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/socat/patches/patch-sslcls_h b/package/socat/patches/patch-sslcls_h
deleted file mode 100644
index ae7e9ba84..000000000
--- a/package/socat/patches/patch-sslcls_h
+++ /dev/null
@@ -1,11 +0,0 @@
---- socat-1.7.3.0.orig/sslcls.h 2015-01-24 11:15:22.000000000 +0100
-+++ socat-1.7.3.0/sslcls.h 2015-12-29 23:11:35.000000000 +0100
-@@ -55,7 +55,7 @@ BIO *sycBIO_new_file(const char *filenam
-
- int sycFIPS_mode_set(int onoff);
-
--#if OPENSSL_VERSION_NUMBER >= 0x00908000L
-+#if !defined(OPENSSL_NO_COMP)
- const COMP_METHOD *sycSSL_get_current_compression(SSL *ssl);
- const COMP_METHOD *sycSSL_get_current_expansion(SSL *ssl);
- const char *sycSSL_COMP_get_name(const COMP_METHOD *comp);