Fix some typo's, silence warnings.
Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
parent
5a3aa85252
commit
33fbca83dc
1 changed files with 2 additions and 1 deletions
|
@ -161,7 +161,8 @@ if ($WHAT eq '-newcert' ) {
|
|||
. " -infiles tmp.pem") if $RET == 0;
|
||||
print "Signed certificate is in $NEWCERT\n" if $RET == 0;
|
||||
} elsif ($WHAT eq '-verify' ) {
|
||||
my @files = @ARGV ? @ARGV : ( $NEWCVERT );
|
||||
my @files = @ARGV ? @ARGV : ( $NEWCERT );
|
||||
my $file;
|
||||
foreach $file (@files) {
|
||||
my $status = run("$VERIFY -CAfile ${CATOP}/$CACERT $file");
|
||||
$RET = $status if $status != 0;
|
||||
|
|
Loading…
Reference in a new issue