diff options
author | Rob Austein <sra@hactrn.net> | 2015-08-24 21:46:49 -0400 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2015-08-24 21:46:49 -0400 |
commit | 2fdf82bbe98632e8f1e6396970bba74625481f0e (patch) | |
tree | cad113b0187a4e19afe7df3af7c4cd4e98619fe3 /tests/GNUmakefile | |
parent | dbb766ef71b5b31365b92450aba5312e65bd3c77 (diff) |
First stumblings towards ECDSA test code.
Diffstat (limited to 'tests/GNUmakefile')
-rw-r--r-- | tests/GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/GNUmakefile b/tests/GNUmakefile index 307f23e..a1cd4b4 100644 --- a/tests/GNUmakefile +++ b/tests/GNUmakefile @@ -27,7 +27,7 @@ INC = ../hal.h LIB = ../libhal.a -BIN = test-aes-key-wrap test-hash test-pbkdf2 test-rsa +BIN = test-aes-key-wrap test-hash test-pbkdf2 test-rsa test-ecdsa CFLAGS = -g3 -Wall -fPIC -std=c99 -I.. |