]> git.pld-linux.org Git - packages/squid.git/blame - squid-newssl.patch
- CVE entry for 2.6.STABLE18
[packages/squid.git] / squid-newssl.patch
CommitLineData
44562372
AM
1diff -urN squid-2.5.STABLE1.org/src/ssl_support.c squid-2.5.STABLE1/src/ssl_support.c
2--- squid-2.5.STABLE1.org/src/ssl_support.c Thu Mar 13 19:11:32 2003
3+++ squid-2.5.STABLE1/src/ssl_support.c Thu Mar 13 19:12:12 2003
4@@ -137,7 +137,7 @@
5 "NETSCAPE_CA_DN_BUG", SSL_OP_NETSCAPE_CA_DN_BUG
6 },
7 {
8- "NON_EXPORT_FIRST", SSL_OP_NON_EXPORT_FIRST
9+ "NON_EXPORT_FIRST", SSL_OP_CIPHER_SERVER_PREFERENCE
10 },
11 {
12 "NETSCAPE_DEMO_CIPHER_CHANGE_BUG", SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG
This page took 0.042282 seconds and 4 git commands to generate.