tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit b16d82043c557596d037b22005d9c4d7eb893844
parent 36203e88949c6928d2bdb4bffe8b5e7e68657ee9
Author: Neel Chauhan <neel@neelc.org>
Date:   Sun, 23 Aug 2020 06:05:08 -0700

Include crypto_rand.h in ed25519_tor.c

Diffstat:
Msrc/ext/ed25519/donna/ed25519_tor.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/ext/ed25519/donna/ed25519_tor.c b/src/ext/ed25519/donna/ed25519_tor.c @@ -43,6 +43,7 @@ #include "ed25519-randombytes.h" #include "ed25519-hash.h" +#include "lib/crypt_ops/crypto_rand.h" #include "lib/crypt_ops/crypto_util.h" typedef unsigned char ed25519_signature[64];