diff options
author | Isis Lovecruft <isis@torproject.org> | 2018-04-06 21:37:40 +0000 |
---|---|---|
committer | Isis Lovecruft <isis@torproject.org> | 2018-04-06 22:49:13 +0000 |
commit | 64e6551b8bb934335251c6965355660ec26e712d (patch) | |
tree | 4a1f12a0321302847681bb346fb35815481065a3 /src/common/crypto.h | |
parent | fe3aca149191f2eac410caa7113fb6f7e0804d8c (diff) | |
download | tor-64e6551b8bb934335251c6965355660ec26e712d.tar.gz tor-64e6551b8bb934335251c6965355660ec26e712d.zip |
crypto: Remove unnecessary includes from src/common/crypto.[ch]
* FIXES part of #24658: https://bugs.torproject.org/24658
Diffstat (limited to 'src/common/crypto.h')
-rw-r--r-- | src/common/crypto.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/common/crypto.h b/src/common/crypto.h index 61a2952d26..dcec90314d 100644 --- a/src/common/crypto.h +++ b/src/common/crypto.h @@ -17,13 +17,10 @@ #include <stdio.h> #include "torint.h" -#include "testsupport.h" #include "compat.h" #include "util.h" #include "crypto_rsa.h" -#include "keccak-tiny/keccak-tiny.h" - /** Length of our symmetric cipher's keys of 128-bit. */ #define CIPHER_KEY_LEN 16 /** Length of our symmetric cipher's IV of 128-bit. */ |