]> git.pld-linux.org Git - packages/w3c-libwww.git/blame - w3c-libwww-nooldssl.patch
add static_libs bcond
[packages/w3c-libwww.git] / w3c-libwww-nooldssl.patch
CommitLineData
2c758572
AM
1--- w3c-libwww-5.4.0/Library/src/SSL/HTSSL.c~ 2000-08-03 18:17:20.000000000 +0200
2+++ w3c-libwww-5.4.0/Library/src/SSL/HTSSL.c 2014-10-21 07:14:26.937486496 +0200
3@@ -187,9 +187,11 @@
4
5 /* select the protocol method */
6 switch (ssl_prot_method) {
7+#ifndef OPENSSL_NO_SSL2
8 case HTSSL_V2:
9 meth = SSLv2_client_method();
10 break;
11+#endif
12 case HTSSL_V3:
13 meth = SSLv3_client_method();
14 break;
This page took 0.079819 seconds and 4 git commands to generate.