1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

nss: error: unused variable 'connssl'

This commit is contained in:
Daniel Stenberg 2015-03-21 15:47:03 +01:00
parent 61ff197a27
commit b734518371

View File

@ -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;
}