mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
https_getsock() should be static all over (and did some fixed indenting)
This commit is contained in:
parent
e829d5643f
commit
0d722204c3
@ -1751,7 +1751,7 @@ static int https_getsock(struct connectdata *conn,
|
||||
}
|
||||
#else
|
||||
#ifdef USE_GNUTLS
|
||||
int https_getsock(struct connectdata *conn,
|
||||
static int https_getsock(struct connectdata *conn,
|
||||
curl_socket_t *socks,
|
||||
int numsocks)
|
||||
{
|
||||
@ -1762,7 +1762,7 @@ int https_getsock(struct connectdata *conn,
|
||||
}
|
||||
#else
|
||||
#ifdef USE_NSS
|
||||
int https_getsock(struct connectdata *conn,
|
||||
static int https_getsock(struct connectdata *conn,
|
||||
curl_socket_t *socks,
|
||||
int numsocks)
|
||||
{
|
||||
@ -1773,7 +1773,7 @@ int https_getsock(struct connectdata *conn,
|
||||
}
|
||||
#else
|
||||
#ifdef USE_QSOSSL
|
||||
int https_getsock(struct connectdata *conn,
|
||||
static int https_getsock(struct connectdata *conn,
|
||||
curl_socket_t *socks,
|
||||
int numsocks)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user