refactor: Remove unnecessary #include "crypto.h" throughout codebase.

* FIXES part of #24658: https://bugs.torproject.org/24658
This commit is contained in:
Isis Lovecruft
2018-04-06 22:04:50 +00:00
parent e32fc0806d
commit 809f6fae84
9 changed files with 1 additions and 9 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
/* Added for Tor. */
#include "crypto.h"
#include "crypto_rand.h"
#define randombytes(b, n) \
(crypto_strongest_rand((b), (n)), 0)