Module: wine Branch: master Commit: 975b582763dd80e999831461d2d5cbc517d0422a URL: http://source.winehq.org/git/wine.git/?a=commit;h=975b582763dd80e999831461d2...
Author: Francois Gouget fgouget@free.fr Date: Wed Sep 24 12:24:01 2008 +0200
secur32: Fix compilation with GNU TLS 1.0.16.
---
dlls/secur32/schannel.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/secur32/schannel.c b/dlls/secur32/schannel.c index aea407e..8207668 100644 --- a/dlls/secur32/schannel.c +++ b/dlls/secur32/schannel.c @@ -63,7 +63,7 @@ struct schan_handle struct schan_credentials { ULONG credential_use; - gnutls_certificate_credentials_t credentials; + gnutls_certificate_credentials credentials; };
static struct schan_handle *schan_handle_table;