[Bug 48800] dlls/bcrypt/gnutls.c:729: undefined reference to `GNUTLS_CURVE_TO_BITS'

WineHQ Bugzilla wine-bugs at winehq.org
Wed Mar 25 03:38:08 CDT 2020


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

--- Comment #1 from Hans Leidekker <hans at meelstraat.net> ---
There's this code Wine:

#if GNUTLS_VERSION_MAJOR < 3
...
#define GNUTLS_CURVE_TO_BITS(curve) (unsigned int)(((unsigned
int)1<<31)|((unsigned int)(curve)))


What version of GnuTLS are you building against?

-- 
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