diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-06-05 22:51:27 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-06-05 22:51:27 +0200 |
commit | 20fc2ea82a145bf1ce8ce663b756a202932d9560 (patch) | |
tree | 3ad5c10c3f6131191193315c5d48cfad57f888b3 /tests | |
parent | 2006883142f0cb9779df46a56c2f69b61f61a28c (diff) | |
download | gnutls-20fc2ea82a145bf1ce8ce663b756a202932d9560.tar.gz |
Make it run without PKCS12FILE for typical scenarios.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/set_pkcs12_cred.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/set_pkcs12_cred.c b/tests/set_pkcs12_cred.c index 8794abed66..8e292d484b 100644 --- a/tests/set_pkcs12_cred.c +++ b/tests/set_pkcs12_cred.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005, 2006 Free Software Foundation + * Copyright (C) 2005, 2006, 2008 Free Software Foundation * * Author: Simon Josefsson * @@ -47,7 +47,7 @@ doit (void) password = getenv ("PKCS12PASSWORD"); if (!file) - file = "client.p12"; + file = "pkcs12-decode/client.p12"; if (!password) password = "foobar"; |