VMS will downcase all command parameters unless they're quoted
Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
parent
917c343ef8
commit
ac33c5a477
@ -164,7 +164,7 @@ if ($WHAT eq '-newcert' ) {
|
|||||||
my @files = @ARGV ? @ARGV : ( $NEWCERT );
|
my @files = @ARGV ? @ARGV : ( $NEWCERT );
|
||||||
my $file;
|
my $file;
|
||||||
foreach $file (@files) {
|
foreach $file (@files) {
|
||||||
my $status = run("$VERIFY -CAfile ${CATOP}/$CACERT $file");
|
my $status = run("$VERIFY \"-CAfile\" ${CATOP}/$CACERT $file");
|
||||||
$RET = $status if $status != 0;
|
$RET = $status if $status != 0;
|
||||||
}
|
}
|
||||||
} elsif ($WHAT eq '-crl' ) {
|
} elsif ($WHAT eq '-crl' ) {
|
||||||
|
Loading…
Reference in New Issue
Block a user