gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnurl] 405/411: urldata: restore comment on ssl_connect_data.use


From: gnunet
Subject: [gnurl] 405/411: urldata: restore comment on ssl_connect_data.use
Date: Wed, 13 Jan 2021 01:23:40 +0100

This is an automated email from the git hooks/post-receive script.

nikita pushed a commit to branch master
in repository gnurl.

commit 6d338a87d6d80b1a33965cb8d0e4298805fe4dc4
Author: Jacob Hoffman-Andrews <github@hoffman-andrews.com>
AuthorDate: Mon Dec 7 15:04:42 2020 -0800

    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
---
 lib/urldata.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lib/urldata.h b/lib/urldata.h
index f085c093c..4679c9d46 100644
--- a/lib/urldata.h
+++ b/lib/urldata.h
@@ -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);
 };
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]