oops, fixed to build
authorDaniel Stenberg <daniel@haxx.se>
Wed, 20 Feb 2008 10:01:28 +0000 (10:01 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 20 Feb 2008 10:01:28 +0000 (10:01 +0000)
lib/gtls.c

index 3bf9881..05efd11 100644 (file)
@@ -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 */