From: Roger Dingledine Date: Mon, 9 Mar 2009 06:20:15 +0000 (+0000) Subject: doxygen tweak X-Git-Tag: tor-0.2.1.13-alpha~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2f69c679573f6d5e5d3efbc0333255b5744b1776;p=thirdparty%2Ftor.git doxygen tweak svn:r18818 --- diff --git a/src/common/tortls.c b/src/common/tortls.c index 288b757b04..9847bc960a 100644 --- a/src/common/tortls.c +++ b/src/common/tortls.c @@ -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. */