diff options
Diffstat (limited to 'src/common/tortls.h')
-rw-r--r-- | src/common/tortls.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/common/tortls.h b/src/common/tortls.h index b69e951bbe..f9ffb0edc0 100644 --- a/src/common/tortls.h +++ b/src/common/tortls.h @@ -5,6 +5,11 @@ #ifndef _TORTLS_H #define _TORTLS_H +/** + * \file tortls.h + * \brief Headers for tortls.c + **/ + #include "../common/crypto.h" /* Opaque structure to hold a TLS connection. */ |