X509: code cleanup

This commit is contained in:
terrafrost 2018-02-20 10:12:50 -06:00
parent 1669e24269
commit 596d122a76

View File

@ -1235,8 +1235,6 @@ class X509
case 'rsaEncryption':
$rsa = new RSA();
$rsa->load($publicKey);
//zzzzz
$rsa->setPublicKey();
switch ($signatureAlgorithm) {
case 'md2WithRSAEncryption':