mirror of
https://github.com/curl/curl.git
synced 2026-06-01 22:04:15 +03:00
oops, fixed to build
This commit is contained in:
parent
5db0f70491
commit
9019fc5671
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue