diff options
author | Parabola <dev@list.parabolagnulinux.org> | 2012-02-05 17:25:05 +0000 |
---|---|---|
committer | Parabola <dev@list.parabolagnulinux.org> | 2012-02-05 17:25:05 +0000 |
commit | 359d940358dec836dd0acfe9d9caf0b1ff0a97fe (patch) | |
tree | eeed5f77c8417a98fe5b8538d3c019d1cea00c04 /extra/claws-mail | |
parent | cdc66cc7110e78bf1197f9effc70422114f9341b (diff) |
Sun Feb 5 17:25:01 UTC 2012
Diffstat (limited to 'extra/claws-mail')
-rw-r--r-- | extra/claws-mail/gnutls_buildfix.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/extra/claws-mail/gnutls_buildfix.patch b/extra/claws-mail/gnutls_buildfix.patch deleted file mode 100644 index 31de8eb8b..000000000 --- a/extra/claws-mail/gnutls_buildfix.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- claws-mail-3.7.10/src/common/ssl.c 2011-12-07 14:55:08.682553870 +0100 -+++ claws-mail-3.7.10/src/common/ssl.c 2011-12-07 14:55:43.808349602 +0100 -@@ -270,7 +270,9 @@ gboolean ssl_init_socket_with_method(Soc - if (session == NULL || r != 0) - return FALSE; - -+#if GNUTLS_VERSION_NUMBER < 0x020c00 - gnutls_transport_set_lowat (session, 1); -+#endif - gnutls_set_default_priority(session); - gnutls_protocol_set_priority (session, proto_prio); - gnutls_cipher_set_priority (session, cipher_prio); |