]> git.pld-linux.org Git - packages/w3c-libwww.git/blob - w3c-libwww-nooldssl.patch
add static_libs bcond
[packages/w3c-libwww.git] / w3c-libwww-nooldssl.patch
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.064858 seconds and 3 git commands to generate.