mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-12-26 11:37:33 +00:00
X509: code cleanup
This commit is contained in:
parent
1669e24269
commit
596d122a76
@ -1235,8 +1235,6 @@ class X509
|
||||
case 'rsaEncryption':
|
||||
$rsa = new RSA();
|
||||
$rsa->load($publicKey);
|
||||
//zzzzz
|
||||
$rsa->setPublicKey();
|
||||
|
||||
switch ($signatureAlgorithm) {
|
||||
case 'md2WithRSAEncryption':
|
||||
|
Loading…
Reference in New Issue
Block a user