X-Git-Url: http://git.pld-linux.org/?p=packages%2Fw3c-libwww.git;a=blobdiff_plain;f=w3c-libwww-nooldssl.patch;fp=w3c-libwww-nooldssl.patch;h=1381129c9a56bdfc8b92699ceeff4282a9f61151;hp=0000000000000000000000000000000000000000;hb=2c7585720a166e99eec6f3dc4d8fccb0937596fa;hpb=5d2f0d4638385352db2b7256909447af93967df9 diff --git a/w3c-libwww-nooldssl.patch b/w3c-libwww-nooldssl.patch new file mode 100644 index 0000000..1381129 --- /dev/null +++ b/w3c-libwww-nooldssl.patch @@ -0,0 +1,14 @@ +--- w3c-libwww-5.4.0/Library/src/SSL/HTSSL.c~ 2000-08-03 18:17:20.000000000 +0200 ++++ w3c-libwww-5.4.0/Library/src/SSL/HTSSL.c 2014-10-21 07:14:26.937486496 +0200 +@@ -187,9 +187,11 @@ + + /* select the protocol method */ + switch (ssl_prot_method) { ++#ifndef OPENSSL_NO_SSL2 + case HTSSL_V2: + meth = SSLv2_client_method(); + break; ++#endif + case HTSSL_V3: + meth = SSLv3_client_method(); + break;