]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Make it run without PKCS12FILE for typical scenarios.
authorSimon Josefsson <simon@josefsson.org>
Thu, 5 Jun 2008 20:51:27 +0000 (22:51 +0200)
committerSimon Josefsson <simon@josefsson.org>
Thu, 5 Jun 2008 20:51:27 +0000 (22:51 +0200)
tests/set_pkcs12_cred.c

index 8794abed669358702105589175e95ee925b9a6fe..8e292d484b1ecd2f5b128a6d82054ecbd25fcc39 100644 (file)
@@ -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";