diff options
author | 2009-04-17 15:11:03 +0000 | |
---|---|---|
committer | 2009-04-17 15:11:03 +0000 | |
commit | 32ad11c72dfc555da4a20fe55958563151e5a8db (patch) | |
tree | 61151f7e3712e5dc52062e50b1a7fda31b37c7b5 /www-client/dillo/files | |
parent | Automated update of use.local.desc (diff) | |
download | historical-32ad11c72dfc555da4a20fe55958563151e5a8db.tar.gz historical-32ad11c72dfc555da4a20fe55958563151e5a8db.tar.bz2 historical-32ad11c72dfc555da4a20fe55958563151e5a8db.zip |
Fix bug 266497
Package-Manager: portage-2.2_rc28/cvs/Linux x86_64
Diffstat (limited to 'www-client/dillo/files')
-rw-r--r-- | www-client/dillo/files/dillo-2.0-enable-ssl.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/www-client/dillo/files/dillo-2.0-enable-ssl.patch b/www-client/dillo/files/dillo-2.0-enable-ssl.patch new file mode 100644 index 000000000000..fb61f52de830 --- /dev/null +++ b/www-client/dillo/files/dillo-2.0-enable-ssl.patch @@ -0,0 +1,10 @@ +--- ./dpi/https.c.orig 2009-04-17 17:56:15.000000000 +0900 ++++ ./dpi/https.c 2009-04-17 17:56:28.000000000 +0900 +@@ -69,7 +69,6 @@ + + + #define ENABLE_SSL +-#undef ENABLE_SSL + #ifdef ENABLE_SSL + + #include <openssl/ssl.h> |