mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-12-26 19:40:28 +00:00
Merge branch '1.0' into 2.0
This commit is contained in:
commit
0c6ae076bb
@ -843,7 +843,7 @@ class BigInteger
|
|||||||
$opts[] = 'OpenSSL';
|
$opts[] = 'OpenSSL';
|
||||||
}
|
}
|
||||||
if (!empty($opts)) {
|
if (!empty($opts)) {
|
||||||
$engine.= ' (' . implode($opts, ', ') . ')';
|
$engine.= ' (' . implode('.', $opts) . ')';
|
||||||
}
|
}
|
||||||
return array(
|
return array(
|
||||||
'value' => '0x' . $this->toHex(true),
|
'value' => '0x' . $this->toHex(true),
|
||||||
|
Loading…
Reference in New Issue
Block a user