summaryrefslogtreecommitdiff
path: root/package/fetchmail/patches/patch-fetchmail_c
blob: 160afa85d9c14be86e7c2d5073c3eba03cc93d30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- 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 */