#3515: Remove deprecated _set_priority GnuTLS functions (patch available) ------------------------+---------------------- Reporter: antonio@… | Owner: mutt-dev Type: defect | Status: reopened Priority: minor | Milestone: Component: crypto | Version: 1.5.21 Resolution: | Keywords: patch ------------------------+----------------------
Comment (by kevin8t8): The usage of gnutls_protocol_set_priority() is contained in an #else/#endif block, which should only be compiled if the function gnutls_priority_set_direct() is not found by configure. Can you re-run configure and confirm what this section of the output looks like for you: {{{ checking for gnutls_check_version in -lgnutls... yes checking whether GNUTLS_VERIFY_DISABLE_TIME_CHECKS is declared... yes checking for gnutls_priority_set_direct... yes checking for gnutls_certificate_credentials_t... yes checking for gnutls_certificate_status_t... yes checking for gnutls_datum_t... yes checking for gnutls_digest_algorithm_t... yes checking for gnutls_session_t... yes checking for gnutls_transport_ptr_t... yes checking for gnutls_x509_crt_t... yes }}} -- Ticket URL: <http://dev.mutt.org/trac/ticket/3515#comment:5> Mutt <http://www.mutt.org/> The Mutt mail user agent