diff --git a/mdx/uk/check_authorities.pl b/mdx/uk/check_authorities.pl index db51f607..2d5f1ee2 100755 --- a/mdx/uk/check_authorities.pl +++ b/mdx/uk/check_authorities.pl @@ -93,13 +93,9 @@ sub comment { } # - # Extract the public key modulus and exponent. + # Extract the public key exponent. # - if (/^Modulus=(.*)$/) { - $modulus = $_; - # print " modulus: $modulus\n"; - next; - } elsif (/Exponent: (\d+)/) { + if (/Exponent: (\d+)/) { $exponent = $1; # print " exponent: $exponent\n"; next;