summaryrefslogtreecommitdiff
path: root/src/common/tortls.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2006-10-07 16:25:28 +0000
committerNick Mathewson <nickm@torproject.org>2006-10-07 16:25:28 +0000
commitf07f7a7a124ade0744afb636a8fd101113a6a7aa (patch)
treeeba5f8d589070d5195bf6814633a938dae73ea23 /src/common/tortls.c
parent3d98712d1b4dca43396fec27a545407facd80378 (diff)
downloadtor-f07f7a7a124ade0744afb636a8fd101113a6a7aa.tar.gz
tor-f07f7a7a124ade0744afb636a8fd101113a6a7aa.zip
r8923@totoro: nickm | 2006-10-07 11:44:33 -0400tor-0.1.2.2-alpha
More doxygen comments svn:r8637
Diffstat (limited to 'src/common/tortls.c')
-rw-r--r--src/common/tortls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/tortls.c b/src/common/tortls.c
index d9e71a6380..7f601258c4 100644
--- a/src/common/tortls.c
+++ b/src/common/tortls.c
@@ -37,7 +37,7 @@ const char tortls_c_id[] =
/** How long do identity certificates live? (sec) */
#define IDENTITY_CERT_LIFETIME (365*24*60*60)
-/* DOCDOC */
+/** Structure holding the TLS state for a single connection. */
typedef struct tor_tls_context_t {
SSL_CTX *ctx;
} tor_tls_context_t;