-Tentative fix to replace the deprecated gnutls_protocol_set_priority() with
-gnutls_priority_set_direct(), initially reported in http://bugs.debian.org/624058
+Replace the deprecated gnutls_protocol_set_priority() with
+gnutls_priority_set_direct()
-Index: mutt/mutt_ssl_gnutls.c
-===================================================================
---- mutt.orig/mutt_ssl_gnutls.c 2011-05-03 13:26:09.000000000 +0000
-+++ mutt/mutt_ssl_gnutls.c 2011-05-03 13:52:28.000000000 +0000
+Reported on http://bugs.debian.org/624058
+
+--- a/mutt_ssl_gnutls.c
++++ b/mutt_ssl_gnutls.c
@@ -238,8 +238,6 @@
gnutls_x509_crt_deinit (clientcrt);
}