mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
doxygen tweak
svn:r18818
This commit is contained in:
parent
e80ee33857
commit
2f69c67957
@ -67,7 +67,7 @@ typedef struct tor_tls_context_t {
|
||||
*/
|
||||
struct tor_tls_t {
|
||||
HT_ENTRY(tor_tls_t) node;
|
||||
tor_tls_context_t *context; /** A link to the context object for this tls */
|
||||
tor_tls_context_t *context; /** A link to the context object for this tls. */
|
||||
SSL *ssl; /**< An OpenSSL SSL object. */
|
||||
int socket; /**< The underlying file descriptor for this TLS connection. */
|
||||
char *address; /**< An address to log when describing this connectinon. */
|
||||
|
Loading…
Reference in New Issue
Block a user