mirror of
https://github.com/moparisthebest/curl
synced 2025-03-01 09:51:46 -05:00
urldata: restore comment on ssl_connect_data.use
This comment was originally on the `use` field, but was separated from its field in 62a2534. Closes https://github.com/curl/curl/pull/6287
This commit is contained in:
parent
0611fded46
commit
6d338a87d6
@ -205,14 +205,14 @@ struct ssl_backend_data;
|
||||
|
||||
/* struct for data related to each SSL connection */
|
||||
struct ssl_connect_data {
|
||||
/* Use ssl encrypted communications TRUE/FALSE, not necessarily using it atm
|
||||
but at least asked to or meaning to use it. See 'state' for the exact
|
||||
current state of the connection. */
|
||||
ssl_connection_state state;
|
||||
ssl_connect_state connecting_state;
|
||||
#if defined(USE_SSL)
|
||||
struct ssl_backend_data *backend;
|
||||
#endif
|
||||
/* Use ssl encrypted communications TRUE/FALSE. The library is not
|
||||
necessarily using ssl at the moment but at least asked to or means to use
|
||||
it. See 'state' for the exact current state of the connection. */
|
||||
BIT(use);
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user