diff options
author | Rob Austein <sra@hactrn.net> | 2015-06-04 22:54:18 -0400 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2015-06-04 22:54:18 -0400 |
commit | 1655dbf3b2c44d600f9c71086fb403b3490a2343 (patch) | |
tree | 7a9df38c1967b5c485e7b1544d1f5690a7eacc1e /Makefile.in | |
parent | cf865e9d768ab2dad37f82f071f0050b20f18506 (diff) |
First cut at PBKDF2.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 45c77e3..ac3663d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -29,7 +29,7 @@ INC = cryptech.h LIB = libcryptech.a -OBJ = ${IO_OBJ} csprng.o hash.o aes_keywrap.o errorstrings.o +OBJ = ${IO_OBJ} csprng.o hash.o aes_keywrap.o pbkdf2.o errorstrings.o IO_OBJ = ${IO_OBJ_@FPGA_BUS@} IO_OBJ_EIM = hal_io_eim.o novena-eim.o |