mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
refactor: Remove unnecessary #include "crypto.h" throughout codebase.
* FIXES part of #24658: https://bugs.torproject.org/24658
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/* Added for Tor. */
|
||||
#include "crypto.h"
|
||||
#include "crypto_rand.h"
|
||||
#define randombytes(b, n) \
|
||||
(crypto_strongest_rand((b), (n)), 0)
|
||||
|
||||
Reference in New Issue
Block a user