diff options
-rwxr-xr-x | scripts/DumpWeakCerts.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/DumpWeakCerts.pl b/scripts/DumpWeakCerts.pl index 9f6a3df..f5e2f55 100755 --- a/scripts/DumpWeakCerts.pl +++ b/scripts/DumpWeakCerts.pl @@ -64,7 +64,7 @@ sub IsWeak($) { if (!$result) { # Check with openssl-vulnkey # This is currently not tested, if you don't know what you are doing leave it commented! - #if (system("openssl-vulnkey -q$CertFileName") != 0) { + #if (system("openssl-vulnkey -q $CertFileName") != 0) { # $result = "openssl-vulnkey"; #} } |