diff options
Diffstat (limited to 'src/common/crypto.c')
-rw-r--r-- | src/common/crypto.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/crypto.c b/src/common/crypto.c index d05d012694..1b418ca8ba 100644 --- a/src/common/crypto.c +++ b/src/common/crypto.c @@ -6,8 +6,8 @@ const char crypto_c_id[] = "$Id$"; /** * \file crypto.c - * - * \brief Low-level cryptographic functions. + * \brief Wrapper functions to present a consistent interface to + * public-key and symmetric cryptography operations from OpenSSL. **/ #include "orconfig.h" |