From 1655dbf3b2c44d600f9c71086fb403b3490a2343 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Thu, 4 Jun 2015 22:54:18 -0400 Subject: First cut at PBKDF2. --- tests/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/Makefile.in') 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.. -- cgit v1.2.3