aboutsummaryrefslogtreecommitdiff
path: root/src/common/tortls.c
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2005-06-11 05:31:17 +0000
committerRoger Dingledine <arma@torproject.org>2005-06-11 05:31:17 +0000
commitfcd0fc3364947071944cba0420d27cf267a3b146 (patch)
tree289418a85330d1db1eeff9f844ac56c69b688580 /src/common/tortls.c
parent691265df0c5b7c0c9da78c7513fe2385665d9a55 (diff)
downloadtor-fcd0fc3364947071944cba0420d27cf267a3b146.tar
tor-fcd0fc3364947071944cba0420d27cf267a3b146.tar.gz
flesh out the source file descriptions for doxygen
svn:r4404
Diffstat (limited to 'src/common/tortls.c')
-rw-r--r--src/common/tortls.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/common/tortls.c b/src/common/tortls.c
index 900965b1e..974d22afa 100644
--- a/src/common/tortls.c
+++ b/src/common/tortls.c
@@ -6,9 +6,10 @@ const char tortls_c_id[] = "$Id$";
/**
* \file tortls.c
- *
- * \brief TLS wrappers for Tor.
+ * \brief Wrapper functions to present a consistent interface to
+ * TLS, SSL, and X.509 functions from OpenSSL.
**/
+
/* (Unlike other tor functions, these
* are prefixed with tor_ in order to avoid conflicting with OpenSSL
* functions and variables.)