mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 07:38:49 -05:00
to build with old gnutls verions, don't use the *_t types
This commit is contained in:
parent
0f125d9bcf
commit
7e81c35cdc
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user