aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-09-29 10:10:08 -0400
committerNick Mathewson <nickm@torproject.org>2014-09-29 10:10:08 -0400
commit9455f45ae3b1fb27c072682caebfb6aed808441c (patch)
tree39243560edcdf2f0bc862f39d95446cb03c89888 /src
parent18f2bfb8c3328df4b001b963e8b5e2aa44b264fa (diff)
downloadtor-9455f45ae3b1fb27c072682caebfb6aed808441c.tar.gz
tor-9455f45ae3b1fb27c072682caebfb6aed808441c.zip
Add missing ed25519_ref10 headers to NOINST_HEADERS.
Diffstat (limited to 'src')
-rw-r--r--src/ext/include.am11
1 files changed, 10 insertions, 1 deletions
diff --git a/src/ext/include.am b/src/ext/include.am
index 69c136b184..21d29dcdf1 100644
--- a/src/ext/include.am
+++ b/src/ext/include.am
@@ -64,8 +64,16 @@ ED25519_REF10_HDRS = \
src/ext/ed25519/ref10/api.h \
src/ext/ed25519/ref10/base.h \
src/ext/ed25519/ref10/base2.h \
+ src/ext/ed25519/ref10/crypto_hash_sha512.h \
+ src/ext/ed25519/ref10/crypto_int32.h \
+ src/ext/ed25519/ref10/crypto_int64.h \
+ src/ext/ed25519/ref10/crypto_sign.h \
+ src/ext/ed25519/ref10/crypto_uint32.h \
+ src/ext/ed25519/ref10/crypto_uint64.h \
+ src/ext/ed25519/ref10/crypto_verify_32.h \
src/ext/ed25519/ref10/d.h \
src/ext/ed25519/ref10/d2.h \
+ src/ext/ed25519/ref10/ed25519_ref10.h \
src/ext/ed25519/ref10/fe.h \
src/ext/ed25519/ref10/ge.h \
src/ext/ed25519/ref10/ge_add.h \
@@ -75,8 +83,9 @@ ED25519_REF10_HDRS = \
src/ext/ed25519/ref10/ge_sub.h \
src/ext/ed25519/ref10/pow22523.h \
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)