[tor-commits] [tor/master] Automake syntax error :/

nickm at torproject.org nickm at torproject.org
Mon Sep 29 14:10:39 UTC 2014


commit a0be2f1350bf4974a9655421c3b30ba87a7b2279
Author: Nick Mathewson <nickm at torproject.org>
Date:   Mon Sep 29 10:10:37 2014 -0400

    Automake syntax error :/
---
 src/ext/include.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/ext/include.am b/src/ext/include.am
index 21d29dc..576fd4e 100644
--- a/src/ext/include.am
+++ b/src/ext/include.am
@@ -85,7 +85,7 @@ ED25519_REF10_HDRS = \
 	src/ext/ed25519/ref10/pow225521.h \
 	src/ext/ed25519/ref10/randombytes.h \
 	src/ext/ed25519/ref10/sc.h \
-	src/ext/ed25519/ref10/sqrtm1.h \
+	src/ext/ed25519/ref10/sqrtm1.h
 
 noinst_HEADERS += $(ED25519_REF10_HDRS)
 



More information about the tor-commits mailing list