secur32: Fix compilation with GNU TLS 1.0.16.
This commit is contained in:
parent
db031bff74
commit
975b582763
|
@ -63,7 +63,7 @@ struct schan_handle
|
||||||
struct schan_credentials
|
struct schan_credentials
|
||||||
{
|
{
|
||||||
ULONG credential_use;
|
ULONG credential_use;
|
||||||
gnutls_certificate_credentials_t credentials;
|
gnutls_certificate_credentials credentials;
|
||||||
};
|
};
|
||||||
|
|
||||||
static struct schan_handle *schan_handle_table;
|
static struct schan_handle *schan_handle_table;
|
||||||
|
|
Loading…
Reference in New Issue