Commit 975b5827 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

secur32: Fix compilation with GNU TLS 1.0.16.

parent db031bff
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment