#!/bin/sh
-# Copyright (C) 2004 Free Software Foundation
+# Copyright (C) 2004, 2007 Free Software Foundation
#
# This file is part of GNUTLS.
#
# 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
#!/bin/sh
-# Copyright (C) 2004 Free Software Foundation
+# Copyright (C) 2004, 2007 Free Software Foundation
#
# This file is part of GNUTLS.
#
# 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
#!/bin/sh
-# Copyright (C) 2004 Free Software Foundation
+# Copyright (C) 2004, 2007 Free Software Foundation
#
# This file is part of GNUTLS.
#
# 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
#!/bin/sh
-# Copyright (C) 2004 Free Software Foundation
+# Copyright (C) 2004, 2007 Free Software Foundation
#
# This file is part of GNUTLS.
#
# 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