]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
use different db file for pkcs11-get-issuer.
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Mon, 28 Apr 2014 13:22:31 +0000 (15:22 +0200)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Mon, 28 Apr 2014 13:22:31 +0000 (15:22 +0200)
tests/suite/pkcs11-get-issuer.c

index 6c4b6494ce2ecc819064d0e34358048ca2bf0cc1..c3bca22b64fb0180c9530ba2b6a4cb1431e9b5b6 100644 (file)
@@ -124,7 +124,7 @@ void doit(void)
                fprintf(stderr, "error writing %s\n", CONFIG);
                exit(1);
        }
-       fputs("0:./softhsm.db\n", fp);
+       fputs("0:./softhsm-issuer.db\n", fp);
        fclose(fp);
 
        setenv("SOFTHSM_CONF", CONFIG, 0);