RSA: rm unused privateKey variable

This commit is contained in:
terrafrost 2021-11-22 08:13:55 -06:00
parent 84295e2fc2
commit a85c2f0d6e

View File

@ -430,7 +430,6 @@ abstract class RSA extends AsymmetricKey
$privatekey->k = $bits >> 3;
$privatekey->publicExponent = $e;
$privatekey->exponent = $d;
$privatekey->privateExponent = $e;
$privatekey->primes = $primes;
$privatekey->exponents = $exponents;
$privatekey->coefficients = $coefficients;