mirror of
https://github.com/curl/curl.git
synced 2026-06-22 06:35:39 +03:00
to build with old gnutls verions, don't use the *_t types
This commit is contained in:
parent
0f125d9bcf
commit
7e81c35cdc
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue