提交 ac33c5a4 编写于 作者: R Richard Levitte

VMS will downcase all command parameters unless they're quoted

Reviewed-by: NRich Salz <rsalz@openssl.org>
上级 917c343e
......@@ -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' ) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册