mirror of
https://github.com/danog/tgseclib.git
synced 2024-11-26 20:24:39 +01: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