]> granicus.if.org Git - neomutt/commit
Fix deprecated gnutls_protocol_set_priority. (closes #3515)
authorKevin McCarthy <kevin@8t8.us>
Sat, 23 Aug 2014 01:51:38 +0000 (18:51 -0700)
committerKevin McCarthy <kevin@8t8.us>
Sat, 23 Aug 2014 01:51:38 +0000 (18:51 -0700)
commitb28de9f61dd618e38954efaea825f3e5d34cd28d
treef2696dd9567f15f63d5d286507725dec43d19659
parentd5561b9fd5002b42b3bf4976ebd7c766d7d857ba
Fix deprecated gnutls_protocol_set_priority.  (closes #3515)

This patch is based off of the patch at
http://dev.mutt.org/trac/attachment/ticket/3515/624058-gnutls-deprecated-set-priority.patch

The mutt source has changed since then, with more TLS options being
added.  This patch therefore uses a slightly different strategy for generating the
priority string.

The patch also adds autoconf support, as requested by brendan at
http://dev.mutt.org/trac/ticket/3515#comment:1
configure.ac
mutt_ssl_gnutls.c