Thou shall not invoke openssl

This commit is contained in:
Elio Maldonado 2008-05-06 20:02:27 +00:00
parent 26e0f4e2ea
commit 07e43ba2ef
1 changed files with 0 additions and 7 deletions

View File

@ -952,13 +952,6 @@ sub genRequestOpenSSL
Newt::Finished();
exit 1;
}
if ($debug) {
my $passwordarg = $pwdfile ? "file:$pwdfile" : "pass:12345";
Newt::Suspend();
system("openssl pkcs8 -inform PEM -in $keyfile -passin $passwordarg");
Newt::Resume();
}
}
sub AddField