diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2010-06-13 18:12:22 +0200 | 
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-06-13 18:12:22 +0200 | 
| commit | a41d0c2ba0deabbaa9f6ade63f0dc0bf4cddc24c (patch) | |
| tree | 1d4db7deb2afdf0bbcaebf3389c5d3e1932e4a0d /package/lynx/patches/patch-WWW_Library_Implementation_HTUtils_h | |
| parent | 8edb1cd5a6a03b391003a1047e0b3ca6d22acd45 (diff) | |
| parent | d2f556494390602b912fac06169ea6ef7552ef2e (diff) | |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/lynx/patches/patch-WWW_Library_Implementation_HTUtils_h')
| -rw-r--r-- | package/lynx/patches/patch-WWW_Library_Implementation_HTUtils_h | 34 | 
1 files changed, 34 insertions, 0 deletions
| diff --git a/package/lynx/patches/patch-WWW_Library_Implementation_HTUtils_h b/package/lynx/patches/patch-WWW_Library_Implementation_HTUtils_h new file mode 100644 index 000000000..d16953cca --- /dev/null +++ b/package/lynx/patches/patch-WWW_Library_Implementation_HTUtils_h @@ -0,0 +1,34 @@ +--- lynx2-8-7.orig/WWW/Library/Implementation/HTUtils.h	2009-05-25 23:05:31.000000000 +0200 ++++ lynx2-8-7/WWW/Library/Implementation/HTUtils.h	2010-05-29 12:56:42.125000000 +0200 +@@ -677,6 +677,8 @@ extern int WWW_TraceMask; +  + #define SHORTENED_RBIND		/* FIXME: do this in configure-script */ +  ++#ifdef DONT_USE_SSL ++#else + #ifdef USE_SSL +  + #define free_func free__func +@@ -717,6 +719,7 @@ extern int WWW_TraceMask; +  + #undef free_func + #endif /* USE_SSL */ ++#endif +  + #ifdef HAVE_LIBDMALLOC + #include <dmalloc.h>		/* Gray Watson's library */ +@@ -747,11 +750,14 @@ extern "C" { +  +     extern FILE *TraceFP(void); +  ++#ifdef DONT_USE_SSL ++#else + #ifdef USE_SSL +     extern SSL *HTGetSSLHandle(void); +     extern void HTSSLInitPRNG(void); +     extern int HTGetSSLCharacter(void *handle); + #endif				/* USE_SSL */ ++#endif +  + #ifdef __cplusplus + } | 
