Upgrade aircrack-ng to 0.9, add a description
[openwrt/svn-archive/archive.git] / net / squid / patches / 002-no_sslv2.patch
1 diff -ruN squid-2.5.STABLE14-old/src/ssl_support.c squid-2.5.STABLE14-new/src/ssl_support.c
2 --- squid-2.5.STABLE14-old/src/ssl_support.c 2003-12-11 08:53:11.000000000 +0100
3 +++ squid-2.5.STABLE14-new/src/ssl_support.c 2006-12-17 18:23:57.000000000 +0100
4 @@ -291,10 +291,12 @@
5
6 debug(83, 1) ("Initialising SSL.\n");
7 switch (version) {
8 +#ifndef OPENSSL_NO_SSL2
9 case 2:
10 debug(83, 5) ("Using SSLv2.\n");
11 method = SSLv2_server_method();
12 break;
13 +#endif
14 case 3:
15 debug(83, 5) ("Using SSLv3.\n");
16 method = SSLv3_server_method();