diff options
author | Linus Nordberg <linus@sunet.se> | 2019-06-11 16:18:46 +0200 |
---|---|---|
committer | Linus Nordberg <linus@sunet.se> | 2019-06-11 16:18:46 +0200 |
commit | 6b1fdac9efa0142b5550e35199e10917f89255d8 (patch) | |
tree | 5baf03a18394d102b607e8d3d222d6e02b3cb3ab | |
parent | 60fc38bf5c497a08cf884215f5d329309e19e9d0 (diff) |
fix a makefile dependency
-rw-r--r-- | src/tests/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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); \ |