summaryrefslogtreecommitdiff
path: root/package/fetchmail/patches/patch-fetchmail_c
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2021-11-14 03:25:43 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2021-11-14 03:25:43 +0100
commitb488c69504c18398563538ac62f6ef665cee068e (patch)
tree83daa4aee89cea0c42f3659b5f668189ed5195c9 /package/fetchmail/patches/patch-fetchmail_c
parentb1c3b3703dab3635af772b7476bb185d87066f88 (diff)
parent9cb13ad8c7d0c7862949368006d78dfe1b079665 (diff)
Merge branch 'master' of gogs.waldemar-brodkorb.de:oss/openadk
Diffstat (limited to 'package/fetchmail/patches/patch-fetchmail_c')
-rw-r--r--package/fetchmail/patches/patch-fetchmail_c15
1 files changed, 0 insertions, 15 deletions
diff --git a/package/fetchmail/patches/patch-fetchmail_c b/package/fetchmail/patches/patch-fetchmail_c
deleted file mode 100644
index 160afa85d..000000000
--- a/package/fetchmail/patches/patch-fetchmail_c
+++ /dev/null
@@ -1,15 +0,0 @@
---- fetchmail-6.3.26.orig/fetchmail.c 2013-04-23 22:00:45.000000000 +0200
-+++ fetchmail-6.3.26/fetchmail.c 2016-09-29 16:00:20.683625569 +0200
-@@ -263,6 +263,12 @@ int main(int argc, char **argv)
- #ifdef SSL_ENABLE
- "+SSL"
- #endif
-+#if HAVE_DECL_SSLV2_CLIENT_METHOD + 0 == 0
-+ "-SSLv2"
-+#endif
-+#if HAVE_DECL_SSLV3_CLIENT_METHOD + 0 == 0
-+ "-SSLv3"
-+#endif
- #ifdef OPIE_ENABLE
- "+OPIE"
- #endif /* OPIE_ENABLE */