From 0b8820c33421d5c23022af326ada1815fb5c742d Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Fri, 11 Mar 2016 15:44:34 -0500 Subject: First step towards RPC PKEY tests. Currently RSA-only, test-vector only, requires AES core (for key wrapping). --- tests/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/GNUmakefile') diff --git a/tests/GNUmakefile b/tests/GNUmakefile index 2f026a1..4bb5f72 100644 --- a/tests/GNUmakefile +++ b/tests/GNUmakefile @@ -30,7 +30,7 @@ INC = ../hal.h LIB = ../libhal.a BIN = test-aes-key-wrap test-hash test-pbkdf2 test-ecdsa test-bus test-trng test-rsa -BIN += test-rpc_hash test-rpc_server +BIN += test-rpc_hash test-rpc_server test-rpc_pkey CFLAGS = -g3 -Wall -fPIC -std=c99 -I.. -- cgit v1.2.3