]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Update.
authorSimon Josefsson <simon@josefsson.org>
Tue, 13 Feb 2007 12:03:36 +0000 (12:03 +0000)
committerSimon Josefsson <simon@josefsson.org>
Tue, 13 Feb 2007 12:03:36 +0000 (12:03 +0000)
tests/nist-pkits/pkits_crl
tests/nist-pkits/pkits_crt
tests/nist-pkits/pkits_pkcs12
tests/nist-pkits/pkits_smime

index 1543abb761782adaf2d47ae9f830ae96d4a414b9..403aa4180819f906967bdffb93944ea35e50b680 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# Copyright (C) 2004 Free Software Foundation
+# Copyright (C) 2004, 2007 Free Software Foundation
 #
 # This file is part of GNUTLS.
 #
@@ -18,7 +18,7 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
 
-CERTTOOL=../src/certtool
+CERTTOOL=${CERTTOOL:-../../src/certtool}
 
 test -d crls || unzip PKITS_data.zip
 
index de07f78db2f8f90c0c885c6ffa1c23c55945f134..3cdfec043afcf069517bf411d122c752f86cf50a 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# Copyright (C) 2004 Free Software Foundation
+# Copyright (C) 2004, 2007 Free Software Foundation
 #
 # This file is part of GNUTLS.
 #
@@ -18,7 +18,7 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
 
-CERTTOOL=../src/certtool
+CERTTOOL=${CERTTOOL:-../../src/certtool}
 
 test -d certs || unzip PKITS_data.zip
 
index 43cd42a3055a1543a43aca4fae9a193263009ff9..8873add516698f313b1f0dfe83d32d9e6cf1413f 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# Copyright (C) 2004 Free Software Foundation
+# Copyright (C) 2004, 2007 Free Software Foundation
 #
 # This file is part of GNUTLS.
 #
@@ -18,7 +18,7 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
 
-CERTTOOL=../src/certtool
+CERTTOOL=${CERTTOOL:-../../src/certtool}
 
 test -d pkcs12 || unzip PKITS_data.zip
 
index 28c7499c587d6c38bc35ed07a62c99759d43fcd2..8356c38ce062baa9a354b2e619658bbb54ce4ade 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# Copyright (C) 2004 Free Software Foundation
+# Copyright (C) 2004, 2007 Free Software Foundation
 #
 # This file is part of GNUTLS.
 #
@@ -18,7 +18,7 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
 
-CERTTOOL=../src/certtool
+CERTTOOL=${CERTTOOL:-../../src/certtool}
 
 test -d smime || unzip PKITS_data.zip