summaryrefslogtreecommitdiff
path: root/package/lynx/patches/patch-WWW_Library_Implementation_HTUtils_h
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2024-02-18 06:07:27 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2024-02-22 14:19:06 +0100
commit8d4de3aa652e79de987412396307f16d85fdd261 (patch)
tree837bdd877c4399da8acc5830ea892e1ef27cee7d /package/lynx/patches/patch-WWW_Library_Implementation_HTUtils_h
parent6f6d6788a59267b110a9c6e0d73a9a66a603a648 (diff)
lynx: update to 2.9.0
Diffstat (limited to 'package/lynx/patches/patch-WWW_Library_Implementation_HTUtils_h')
-rw-r--r--package/lynx/patches/patch-WWW_Library_Implementation_HTUtils_h34
1 files changed, 0 insertions, 34 deletions
diff --git a/package/lynx/patches/patch-WWW_Library_Implementation_HTUtils_h b/package/lynx/patches/patch-WWW_Library_Implementation_HTUtils_h
deleted file mode 100644
index c8217b70e..000000000
--- a/package/lynx/patches/patch-WWW_Library_Implementation_HTUtils_h
+++ /dev/null
@@ -1,34 +0,0 @@
---- lynx2-8-8.orig/WWW/Library/Implementation/HTUtils.h 2014-02-05 01:50:18.000000000 +0100
-+++ lynx2-8-8/WWW/Library/Implementation/HTUtils.h 2014-03-21 22:14:07.000000000 +0100
-@@ -725,6 +725,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
-@@ -765,6 +767,7 @@ extern int WWW_TraceMask;
-
- #undef free_func
- #endif /* USE_SSL */
-+#endif
-
- #ifdef HAVE_BSD_STDLIB_H
- #include <bsd/stdlib.h> /* prototype for arc4random.h */
-@@ -801,11 +804,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
- }