diff options
author | Bernhard Fröhlich <bernhard@cacert.org> | 2011-03-29 22:09:33 +0200 |
---|---|---|
committer | Bernhard Fröhlich <bernhard@cacert.org> | 2011-03-29 22:09:33 +0200 |
commit | b1ec4f45e452f7d99eeced93682e06488b63ac48 (patch) | |
tree | 5cdeb24950a5cd157a21f8c6774767758be34aa8 | |
parent | cac190c8d1f78f9ae8fcf2019f96ec9d16ab1284 (diff) | |
download | cacert-devel-b1ec4f45e452f7d99eeced93682e06488b63ac48.tar.gz cacert-devel-b1ec4f45e452f7d99eeced93682e06488b63ac48.tar.xz cacert-devel-b1ec4f45e452f7d99eeced93682e06488b63ac48.zip |
Typo in openssl-vulnkey call
-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"; #} } |