mirror of
https://github.com/phpseclib/phpseclib.git
synced 2025-01-12 18:01:09 +00:00
BigInteger: fix PHP 7.4 deprecations
This commit is contained in:
parent
e473078703
commit
6ae67ef790
@ -860,7 +860,7 @@ class Math_BigInteger
|
||||
$opts[] = 'OpenSSL';
|
||||
}
|
||||
if (!empty($opts)) {
|
||||
$engine.= ' (' . implode($opts, ', ') . ')';
|
||||
$engine.= ' (' . implode('.', $opts) . ')';
|
||||
}
|
||||
return array(
|
||||
'value' => '0x' . $this->toHex(true),
|
||||
|
Loading…
Reference in New Issue
Block a user