[Bug 40937] Wine 1.9.14 fails to build on Ubuntu 14.04

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Jul 8 16:29:54 CDT 2016


https://bugs.winehq.org/show_bug.cgi?id=40937

--- Comment #2 from Bruno Jesus <00cpxxx at gmail.com> ---
My Debian (Sid) package for libgnutls-dev is version 2.12.23-5, algorithms are:

GNUTLS_KX_UNKNOWN = 0,
GNUTLS_KX_RSA = 1,
GNUTLS_KX_DHE_DSS = 2,
GNUTLS_KX_DHE_RSA = 3,
GNUTLS_KX_ANON_DH = 4,
GNUTLS_KX_SRP = 5,
GNUTLS_KX_RSA_EXPORT = 6,
GNUTLS_KX_SRP_RSA = 7,
GNUTLS_KX_SRP_DSS = 8,
GNUTLS_KX_PSK = 9,
GNUTLS_KX_DHE_PSK = 10

By using the source browser in gitlab we can see the rest of the enum probably
in newer lib versions:

GNUTLS_KX_ANON_ECDH = 11,
GNUTLS_KX_ECDHE_RSA = 12,
GNUTLS_KX_ECDHE_ECDSA = 13,
GNUTLS_KX_ECDHE_PSK = 14,
GNUTLS_KX_RSA_PSK = 15


[1]
https://gitlab.com/gnutls/gnutls/blob/master/lib/includes/gnutls/gnutls.h.in#L188

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list