diff options
Diffstat (limited to 'src/common/tortls.c')
-rw-r--r-- | src/common/tortls.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/common/tortls.c b/src/common/tortls.c index 900965b1e1..974d22afa7 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.) |