mirror of
https://github.com/curl/curl.git
synced 2026-07-24 06:47:16 +03:00
nss: error: unused variable 'connssl'
This commit is contained in:
parent
61ff197a27
commit
b734518371
1 changed files with 0 additions and 4 deletions
|
|
@ -689,10 +689,6 @@ static void HandshakeCallback(PRFileDesc *sock, void *arg)
|
|||
unsigned int buflen;
|
||||
SSLNextProtoState state;
|
||||
|
||||
#ifdef USE_NGHTTP2
|
||||
struct ssl_connect_data *connssl = &conn->ssl[FIRSTSOCKET];
|
||||
#endif
|
||||
|
||||
if(!conn->data->set.ssl_enable_npn && !conn->data->set.ssl_enable_alpn) {
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue