X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=apps%2FCA.pl.in;h=52a97d7345034cb5b0b7ba0f8d3cf6209d9ddb81;hp=a814ebf3c22f464894c42c1622fccafd3ce52a45;hb=5e136d7abf0945664fa40c7a032abed13fd15c81;hpb=b0700d2c8de79252ba605748a075cf2e5d670da1 diff --git a/apps/CA.pl.in b/apps/CA.pl.in index a814ebf3c2..52a97d7345 100644 --- a/apps/CA.pl.in +++ b/apps/CA.pl.in @@ -1,8 +1,8 @@ -#!/usr/bin/perl +#!{- $config{perl} -} # # Wrapper around the ca to make it easier to use -# Edit CA.pl.in not CA.pl! - +# +# {- join("\n# ", @autowarntext) -} use strict; use warnings; @@ -164,7 +164,7 @@ if ($WHAT eq '-newcert' ) { my @files = @ARGV ? @ARGV : ( $NEWCERT ); my $file; foreach $file (@files) { - my $status = run("$VERIFY -CAfile ${CATOP}/$CACERT $file"); + my $status = run("$VERIFY \"-CAfile\" ${CATOP}/$CACERT $file"); $RET = $status if $status != 0; } } elsif ($WHAT eq '-crl' ) {