]> granicus.if.org Git - mutt/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)
commitd688f8457e724eb9e5420040fca5ca1bc1928e9a
treef2696dd9567f15f63d5d286507725dec43d19659
parent2e931558130b935cbea75cc357683c683d88d005
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