secur32: Don't use deprected gnutls_certificate_credentials.

Jacek Caban jacek at codeweavers.com
Fri Jun 28 11:04:52 CDT 2013


This causes compile warnings with recent gnutls and is probably worth
fixing before release. I checked history of gnutls and its *_t variant
was introduced by:

http://git.savannah.gnu.org/gitweb/?p=gnutls.git;a=commitdiff;h=933c12dd1b0b7af1e6b0d9de9a5037d0990d2be0

which is version 1.1.11. Our configure checks for
gnutls_mac_get_key_size, which was introduced by:

http://git.savannah.gnu.org/gitweb/?p=gnutls.git;a=commitdiff;h=fea2e842cf383e62f08b782bc1962659fba86712

so we require gnutls 2.1.2 anyway. This means that there is no
compatibility risk.

---
 dlls/secur32/schannel_gnutls.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-secur32-Don-t-use-deprected-gnutls_certificate_creden.diff
Type: text/x-patch
Size: 604 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20130628/fdc6a121/attachment.bin>


More information about the wine-patches mailing list