]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
tests: pkcs11-import-with-pin: removed invalid conditional macro
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Wed, 22 Feb 2017 20:29:22 +0000 (21:29 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Wed, 22 Feb 2017 20:57:03 +0000 (21:57 +0100)
tests/pkcs11/pkcs11-import-with-pin.c

index 0cc7e271cc4b1d49e4867f635f0e737344da4f0e..60cb6797239c500b96441524fdf99c12d8d7fbd5 100644 (file)
@@ -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();