From 6d805ea76b2b8556b25ec846fada6f3c0b7f71f6 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Wed, 20 May 2015 21:54:04 -0400 Subject: Add AES Key Wrap using Cryptech AES core. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index b03924b..b984151 100644 --- a/Makefile.in +++ b/Makefile.in @@ -2,7 +2,7 @@ INC = cryptech.h LIB = libcryptech.a -OBJ = ${IO_OBJ} csprng.o hash.o +OBJ = ${IO_OBJ} csprng.o hash.o aes_keywrap.o IO_OBJ = ${IO_OBJ_@FPGA_BUS@} IO_OBJ_EIM = hal_io_eim.o novena-eim.o -- cgit v1.2.3