diff options
Diffstat (limited to 'www-client/dillo/files/dillo-2.0-enable-ssl.patch')
-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> |