secur32: Fix compilation with GNU TLS 1.0.16.

This commit is contained in:
Francois Gouget 2008-09-24 12:24:01 +02:00 committed by Alexandre Julliard
parent db031bff74
commit 975b582763
1 changed files with 1 additions and 1 deletions

View File

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