From 11bc2610aefce3c9ee81eec4ee7884b78f54d2dd Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Sun, 20 Jan 2013 00:09:22 -0800 Subject: [PATCH] edwards25519sha512batch requires api.h (but it will be replaced by ed25519 anyways) --- src/libnacl-ref/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libnacl-ref/Makefile.am b/src/libnacl-ref/Makefile.am index 37e26ee0..e9dd9c80 100644 --- a/src/libnacl-ref/Makefile.am +++ b/src/libnacl-ref/Makefile.am @@ -50,6 +50,7 @@ libnacl_la_SOURCES = \ crypto_onetimeauth/poly1305/ref/auth_poly1305.c \ crypto_onetimeauth/poly1305/ref/crypto_onetimeauth.h \ crypto_onetimeauth/poly1305/ref/verify_poly1305.c \ + crypto_sign/edwards25519sha512batch/ref/api.h \ crypto_sign/edwards25519sha512batch/ref/crypto_sign.h \ crypto_sign/edwards25519sha512batch/ref/fe25519.h \ crypto_sign/edwards25519sha512batch/ref/fe25519_edwards25519sha512batch.c \