From: Simon Josefsson Date: Tue, 13 Feb 2007 12:03:36 +0000 (+0000) Subject: Update. X-Git-Tag: gnutls_1_7_7~120 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=282b7d5ef356ea7848ff9f1b914ebb437ede9404;p=thirdparty%2Fgnutls.git Update. --- diff --git a/tests/nist-pkits/pkits_crl b/tests/nist-pkits/pkits_crl index 1543abb761..403aa41808 100755 --- a/tests/nist-pkits/pkits_crl +++ b/tests/nist-pkits/pkits_crl @@ -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 diff --git a/tests/nist-pkits/pkits_crt b/tests/nist-pkits/pkits_crt index de07f78db2..3cdfec043a 100755 --- a/tests/nist-pkits/pkits_crt +++ b/tests/nist-pkits/pkits_crt @@ -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 diff --git a/tests/nist-pkits/pkits_pkcs12 b/tests/nist-pkits/pkits_pkcs12 index 43cd42a305..8873add516 100755 --- a/tests/nist-pkits/pkits_pkcs12 +++ b/tests/nist-pkits/pkits_pkcs12 @@ -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 diff --git a/tests/nist-pkits/pkits_smime b/tests/nist-pkits/pkits_smime index 28c7499c58..8356c38ce0 100755 --- a/tests/nist-pkits/pkits_smime +++ b/tests/nist-pkits/pkits_smime @@ -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