aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ftp/wget/files/patch-src__gnutls.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/ftp/wget/files/patch-src__gnutls.c b/ftp/wget/files/patch-src__gnutls.c
new file mode 100644
index 000000000000..4e112e03e88c
--- /dev/null
+++ b/ftp/wget/files/patch-src__gnutls.c
@@ -0,0 +1,11 @@
+--- src/gnutls.c.orig 2010-02-20 21:56:01.000000000 +0200
++++ src/gnutls.c 2010-02-20 21:56:15.000000000 +0200
+@@ -181,7 +181,7 @@
+ };
+
+ bool
+-ssl_connect (int fd)
++ssl_connect_wget (int fd)
+ {
+ static const int cert_type_priority[] = {
+ GNUTLS_CRT_X509, GNUTLS_CRT_OPENPGP, 0