mirror of
https://github.com/curl/curl.git
synced 2025-02-23 15:10:03 +08:00
oops, fixed to build
This commit is contained in:
parent
5db0f70491
commit
9019fc5671
@ -501,7 +501,7 @@ Curl_gtls_connect(struct connectdata *conn,
|
||||
ptr = gnutls_mac_get_name(gnutls_mac_get(session));
|
||||
infof(data, "\t MAC: %s\n", ptr);
|
||||
|
||||
connssl->state = ssl_connection_complete;
|
||||
conn->ssl[sockindex].state = ssl_connection_complete;
|
||||
|
||||
if(!ssl_sessionid) {
|
||||
/* this session was not previously in the cache, add it now */
|
||||
|
Loading…
Reference in New Issue
Block a user