https://bugs.winehq.org/show_bug.cgi?id=42905
Bug ID: 42905 Summary: Compile error Undefined GNUTLS_MAC_AEAD Product: Wine Version: unspecified Hardware: x86 OS: Linux Status: NEW Severity: critical Priority: P2 Component: secur32 Assignee: wine-bugs@winehq.org Reporter: leslie_alistair@hotmail.com Distribution: ---
schannel_gnutls.c: In function ‘schannel_get_mac_algid’: schannel_gnutls.c:329:10: error: ‘GNUTLS_MAC_AEAD’ undeclared (first use in this function) case GNUTLS_MAC_AEAD:
commit ffefa721ba4a0d8c35393b11238226e0d64a98ae Author: Akihiro Sagawa sagawa.aki@gmail.com Date: Tue Apr 18 21:49:32 2017 +0900
secur32: Return PRF algorithm value when using GCM.
Signed-off-by: Akihiro Sagawa sagawa.aki@gmail.com Signed-off-by: Jacek Caban jacek@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org