mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
Removed unused variable in Curl_ossl_shutdown()
This commit is contained in:
parent
f5e4a78b59
commit
55123424c8
@ -734,7 +734,6 @@ void Curl_ossl_close(struct connectdata *conn)
|
||||
*/
|
||||
int Curl_ossl_shutdown(struct connectdata *conn, int sockindex)
|
||||
{
|
||||
int result;
|
||||
int retval = 0;
|
||||
struct ssl_connect_data *connssl = &conn->ssl[sockindex];
|
||||
struct SessionHandle *data = conn->data;
|
||||
|
Loading…
Reference in New Issue
Block a user