diff options
Diffstat (limited to 'src/common/aes.h')
-rw-r--r-- | src/common/aes.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/common/aes.h b/src/common/aes.h index 2edbb8818c..3c63a0e4f2 100644 --- a/src/common/aes.h +++ b/src/common/aes.h @@ -7,6 +7,11 @@ #ifndef __AES_H #define __AES_H +/** + * \file aes.h + * \brief Headers for aes.c + */ + #include "../common/torint.h" struct aes_cnt_cipher; |