Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Remove some long-standing odd characters in comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Jan 19, 2014
1 parent e999710 commit ab65a30
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build/check_embedded.pl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# UK federation metadata.
#
# The certificates are provided on standard input in PEM format with header lines
# indicating the entity with which they are associated.
# indicating the entity with which they are associated.
#
# Command line options:
#
Expand Down Expand Up @@ -145,7 +145,7 @@ sub comment {
$keyname = $args[3];

#
# Output header line.
# Output header line.
#
$oline = "Entity $entity ";
$hasKeyName = !($keyname eq '(none)');
Expand Down Expand Up @@ -217,7 +217,7 @@ sub comment {
my %names;

#
# Use openssl to convert the certificate to text
# Use openssl to convert the certificate to text
#
my(@lines, $subject, $issuer, $subjectCN, $issuerCN, $fingerprint);
$cmd = "openssl x509 -in $filename -noout -text -nameopt RFC2253 -modulus -fingerprint|";
Expand Down Expand Up @@ -317,8 +317,8 @@ sub comment {
#
$next =~ s/\s*//g;
my @altNames = split /\s*,\s*/, $next;
# my $altSet = "{" . join(", ", @altNames) . "}";
# print "Alt set: $altSet\n";
# my $altSet = "{" . join(", ", @altNames) . "}";
# print "Alt set: $altSet\n";

#
# Each "DNS" component is an additional name for this certificate.
Expand Down Expand Up @@ -397,7 +397,7 @@ sub comment {
close SSL;

#
# Irrespective of what went wrong, client and server results should match.
# Irrespective of what went wrong, client and server results should match.
#
if ($clientOK != $serverOK) {
error("client/server purpose result mismatch: $clientOK != $serverOK");
Expand Down

0 comments on commit ab65a30

Please sign in to comment.