summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/pkcs11/pkcs11-import-with-pin.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/pkcs11/pkcs11-import-with-pin.c b/tests/pkcs11/pkcs11-import-with-pin.c
index 0cc7e271cc..60cb679723 100644
--- a/tests/pkcs11/pkcs11-import-with-pin.c
+++ b/tests/pkcs11/pkcs11-import-with-pin.c
@@ -83,10 +83,6 @@ void doit(void)
gnutls_privkey_t pkey;
char file[TMPNAME_SIZE];
-#ifndef P11_KIT_HAS_PIN_VALUE
- exit(77);
-#endif
-
bin = softhsm_bin();
lib = softhsm_lib();