From 6b1fdac9efa0142b5550e35199e10917f89255d8 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Tue, 11 Jun 2019 16:18:46 +0200 Subject: fix a makefile dependency --- src/tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/tests/Makefile b/src/tests/Makefile index 6170730..5080813 100644 --- a/src/tests/Makefile +++ b/src/tests/Makefile @@ -32,7 +32,7 @@ testkey.pem: testsig.local.pem: testkey.pem echo $(TEXT) | openssl dgst -sha256 -sign testkey.pem -out $@ -testsig.hsm.pem: softhsm-token-setup testkey.pem openssl.cnf +testsig.hsm.pem: softhsm-token-setup openssl.cnf ( \ OPENSSL_CONF=./openssl.cnf; \ tokenurl=$$(p11tool --login --provider=/usr/lib/softhsm/libsofthsm2.so --list-token-urls); \ -- cgit v1.1