[tor-commits] [tor/master] Include crypto_rand.h in ed25519_tor.c

ahf at torproject.org ahf at torproject.org
Wed Aug 26 22:08:17 UTC 2020


commit b16d82043c557596d037b22005d9c4d7eb893844
Author: Neel Chauhan <neel at neelc.org>
Date:   Sun Aug 23 06:05:08 2020 -0700

    Include crypto_rand.h in ed25519_tor.c
---
 src/ext/ed25519/donna/ed25519_tor.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/ext/ed25519/donna/ed25519_tor.c b/src/ext/ed25519/donna/ed25519_tor.c
index a5bb6f4e21..4b35c9f634 100644
--- 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];





More information about the tor-commits mailing list