aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.in
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2015-06-04 22:54:18 -0400
committerRob Austein <sra@hactrn.net>2015-06-04 22:54:18 -0400
commit1655dbf3b2c44d600f9c71086fb403b3490a2343 (patch)
tree7a9df38c1967b5c485e7b1544d1f5690a7eacc1e /tests/Makefile.in
parentcf865e9d768ab2dad37f82f071f0050b20f18506 (diff)
First cut at PBKDF2.
Diffstat (limited to 'tests/Makefile.in')
-rw-r--r--tests/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.in b/tests/Makefile.in
index 9a7dfec..757624a 100644
--- a/tests/Makefile.in
+++ b/tests/Makefile.in
@@ -29,7 +29,7 @@
INC = ../cryptech.h
LIB = ../libcryptech.a
-BIN = test-aes-key-wrap test-hash test-rsa
+BIN = test-aes-key-wrap test-hash test-pbkdf2 test-rsa
CC = @CC@
CFLAGS = @CFLAGS@ -I..