[tor-commits] [tor/master] include compat_compiler for ed25519_donna

nickm at torproject.org nickm at torproject.org
Wed May 6 20:50:31 UTC 2020


commit 37b8324ed3147e184567ab23ac507ba68837093d
Author: Nick Mathewson <nickm at torproject.org>
Date:   Wed May 6 10:38:59 2020 -0400

    include compat_compiler for ed25519_donna
---
 src/ext/ed25519/donna/ed25519_tor.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/ext/ed25519/donna/ed25519_tor.c b/src/ext/ed25519/donna/ed25519_tor.c
index 7f5ab398d..a5bb6f4e2 100644
--- a/src/ext/ed25519/donna/ed25519_tor.c
+++ b/src/ext/ed25519/donna/ed25519_tor.c
@@ -35,6 +35,9 @@
 #define ED25519_FN(fn)         ED25519_FN2(fn,ED25519_SUFFIX)
 
 #include "orconfig.h"
+
+#include "lib/cc/compat_compiler.h"
+
 #include "ed25519-donna.h"
 #include "ed25519_donna_tor.h"
 #include "ed25519-randombytes.h"
@@ -366,4 +369,3 @@ ed25519_donna_scalarmult_with_group_order(unsigned char *out,
 }
 
 #include "test-internals.c"
-





More information about the tor-commits mailing list