diff options
Diffstat (limited to 'regress')
-rw-r--r-- | regress/agent-pkcs11.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/regress/agent-pkcs11.sh b/regress/agent-pkcs11.sh index db33ab37e..3aa20c8b1 100644 --- a/regress/agent-pkcs11.sh +++ b/regress/agent-pkcs11.sh | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: agent-pkcs11.sh,v 1.1 2010/02/08 10:52:47 markus Exp $ | 1 | # $OpenBSD: agent-pkcs11.sh,v 1.2 2015/01/12 11:46:32 djm Exp $ |
2 | # Placed in the Public Domain. | 2 | # Placed in the Public Domain. |
3 | 3 | ||
4 | tid="pkcs11 agent test" | 4 | tid="pkcs11 agent test" |
@@ -6,6 +6,8 @@ tid="pkcs11 agent test" | |||
6 | TEST_SSH_PIN="" | 6 | TEST_SSH_PIN="" |
7 | TEST_SSH_PKCS11=/usr/local/lib/soft-pkcs11.so.0.0 | 7 | TEST_SSH_PKCS11=/usr/local/lib/soft-pkcs11.so.0.0 |
8 | 8 | ||
9 | test -f "$TEST_SSH_PKCS11" || fatal "$TEST_SSH_PKCS11 does not exist" | ||
10 | |||
9 | # setup environment for soft-pkcs11 token | 11 | # setup environment for soft-pkcs11 token |
10 | SOFTPKCS11RC=$OBJ/pkcs11.info | 12 | SOFTPKCS11RC=$OBJ/pkcs11.info |
11 | export SOFTPKCS11RC | 13 | export SOFTPKCS11RC |