mirror of
https://github.com/curl/curl.git
synced 2026-07-16 04:47:21 +03:00
silence warning
This commit is contained in:
parent
c9c5ce2365
commit
d9e14408f0
1 changed files with 1 additions and 0 deletions
|
|
@ -568,6 +568,7 @@ int Curl_ssl_check_cxn(struct connectdata *conn)
|
|||
#ifdef USE_SSLEAY
|
||||
return Curl_ossl_check_cxn(conn);
|
||||
#else
|
||||
(void)conn;
|
||||
/* TODO: we lack implementation of this for GnuTLS */
|
||||
return -1; /* connection status unknown */
|
||||
#endif /* USE_SSLEAY */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue