From fcd0fc3364947071944cba0420d27cf267a3b146 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Sat, 11 Jun 2005 05:31:17 +0000 Subject: flesh out the source file descriptions for doxygen svn:r4404 --- src/common/tortls.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/common/tortls.c') 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.) -- cgit v1.2.3