Skip to content

Commit

Permalink
Tidy up a couple of messages.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Dec 17, 2013
1 parent 637a548 commit d5601d9
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions build/check_embedded.pl
Original file line number Diff line number Diff line change
Expand Up @@ -454,16 +454,13 @@ sub comment {
#
if (defined $issuerMark{$issuerCN}) {
my $mark = $issuerMark{$issuerCN};
if ($mark eq '<') {
warning("issuer '$issuerCN' associated with a 1024-bit root, expiry $notAfter");
}
if ($mark eq '?') {
warning("issuer '$issuerCN' suspect; verify");
}
}
if ($hasKeyName && ($issuerCN =~ /(Global|Veri)Sign/)) {
warning("issuer $issuerCN to be retired; expires $notAfter; remove KeyName?");
$issuerMark{$issuerCN} = '<';
warning("issuer \"$issuerCN\" to be retired; certificate expires $notAfter; remove KeyName?");
$issuerMark{$issuerCN} = '*';
}

#
Expand Down

0 comments on commit d5601d9

Please sign in to comment.