aboutsummaryrefslogtreecommitdiff
path: root/src/ext/include.am
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-03-25 11:49:41 +0100
committerNick Mathewson <nickm@torproject.org>2017-03-31 10:04:44 -0400
commit38fb651f0d740bef575ad7f95475cc504ea4cb8f (patch)
tree06d4d6226ee94e8084847abd828ce944106e8dd7 /src/ext/include.am
parent3fc4f81de3d68947e5212e349fa0e1d7ed77ef67 (diff)
downloadtor-38fb651f0d740bef575ad7f95475cc504ea4cb8f.tar.gz
tor-38fb651f0d740bef575ad7f95475cc504ea4cb8f.zip
Make our ed25519 implementations no longer use openssl directly.
Diffstat (limited to 'src/ext/include.am')
-rw-r--r--src/ext/include.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ext/include.am b/src/ext/include.am
index c18e58857e..7ec2e43312 100644
--- a/src/ext/include.am
+++ b/src/ext/include.am
@@ -101,6 +101,7 @@ noinst_LIBRARIES += $(LIBED25519_REF10)
src_ext_ed25519_donna_libed25519_donna_a_CFLAGS=\
@CFLAGS_CONSTTIME@ \
-DED25519_CUSTOMRANDOM \
+ -DED25519_CUSTOMHASH \
-DED25519_SUFFIX=_donna
src_ext_ed25519_donna_libed25519_donna_a_SOURCES= \