Update readline to v7 and bash to v4.4
[termux-packages] / packages / socat / sslcls.h.patch
CommitLineData
59f0d218
FF
1diff -u -r ../socat-1.7.3.0/sslcls.h ./sslcls.h
2--- ../socat-1.7.3.0/sslcls.h 2015-01-24 05:15:22.000000000 -0500
3+++ ./sslcls.h 2015-03-06 15:30:17.128143529 -0500
4@@ -55,7 +55,7 @@
5
6 int sycFIPS_mode_set(int onoff);
7
8-#if OPENSSL_VERSION_NUMBER >= 0x00908000L
9+#if OPENSSL_VERSION_NUMBER >= 0x00908000L && !defined(OPENSSL_NO_COMP)
10 const COMP_METHOD *sycSSL_get_current_compression(SSL *ssl);
11 const COMP_METHOD *sycSSL_get_current_expansion(SSL *ssl);
12 const char *sycSSL_COMP_get_name(const COMP_METHOD *comp);