From a3b7050c53a27d4cfeb350fb86e738f623e99e0c Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Sun, 21 Jun 2015 23:08:51 -0400 Subject: libcryptech -> libhal, doh. --- tests/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/Makefile.in') diff --git a/tests/Makefile.in b/tests/Makefile.in index b5801d9..0a98792 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -27,8 +27,8 @@ # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -INC = ../cryptech.h -LIB = ../libcryptech.a +INC = ../hal.h +LIB = ../libhal.a BIN = test-aes-key-wrap test-hash test-pbkdf2 test-rsa CC = @CC@ -- cgit v1.2.3