summaryrefslogtreecommitdiffstats
path: root/net/glib-networking/files/patch-tls_gnutls_gtlsconnection-gnutls.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/glib-networking/files/patch-tls_gnutls_gtlsconnection-gnutls.c')
-rw-r--r--net/glib-networking/files/patch-tls_gnutls_gtlsconnection-gnutls.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/net/glib-networking/files/patch-tls_gnutls_gtlsconnection-gnutls.c b/net/glib-networking/files/patch-tls_gnutls_gtlsconnection-gnutls.c
deleted file mode 100644
index 728e24401..000000000
--- a/net/glib-networking/files/patch-tls_gnutls_gtlsconnection-gnutls.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- tls/gnutls/gtlsconnection-gnutls.c.orig 2012-12-09 01:05:02.000000000 +0000
-+++ tls/gnutls/gtlsconnection-gnutls.c 2012-12-09 01:14:46.000000000 +0000
-@@ -752,7 +752,7 @@
- if (error)
- {
- g_set_error (error, G_TLS_ERROR, G_TLS_ERROR_MISC,
-- errmsg, gnutls_strerror (status));
-+ "%s, %s", errmsg, gnutls_strerror (status));
- }
- return status;
- }