Skip to content
Snippets Groups Projects
Commit 7e81c35c authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

to build with old gnutls verions, don't use the *_t types

parent 0f125d9b
No related branches found
No related tags found
No related merge requests found
......@@ -176,7 +176,7 @@ static CURLcode handshake(struct connectdata *conn,
return CURLE_OK;
}
static gnutls_x509_crt_fmt_t do_file_type(const char *type)
static gnutls_x509_crt_fmt do_file_type(const char *type)
{
if(!type || !type[0])
return GNUTLS_X509_FMT_PEM;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment