]> git.pld-linux.org Git - packages/w3c-libwww.git/blobdiff - w3c-libwww-nooldssl.patch
- rel 18; support openssl with sslv2 disabled
[packages/w3c-libwww.git] / w3c-libwww-nooldssl.patch
diff --git a/w3c-libwww-nooldssl.patch b/w3c-libwww-nooldssl.patch
new file mode 100644 (file)
index 0000000..1381129
--- /dev/null
@@ -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;
This page took 0.029141 seconds and 4 git commands to generate.