From: Simon Josefsson Date: Thu, 5 Jun 2008 20:51:27 +0000 (+0200) Subject: Make it run without PKCS12FILE for typical scenarios. X-Git-Tag: gnutls_2_3_13~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20fc2ea82a145bf1ce8ce663b756a202932d9560;p=thirdparty%2Fgnutls.git Make it run without PKCS12FILE for typical scenarios. --- 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";