mirror of
https://github.com/danog/tgseclib.git
synced 2024-11-27 04:34:45 +01:00
Merge remote-tracking branch 'macdabby/master'
This commit is contained in:
commit
2a1ee1107a
@ -966,7 +966,7 @@ class RSA
|
||||
if (!$rsa->load($key, $type)) {
|
||||
return false;
|
||||
}
|
||||
unset($rsa->publicExponent);
|
||||
$rsa->publicExponent = false;
|
||||
|
||||
// don't overwrite the old key if the new key is invalid
|
||||
$this->load($rsa);
|
||||
|
Loading…
Reference in New Issue
Block a user