Merge branch '1.0' into 2.0

This commit is contained in:
terrafrost 2019-08-03 09:07:59 -05:00
commit 0c6ae076bb

View File

@ -843,7 +843,7 @@ class BigInteger
$opts[] = 'OpenSSL';
}
if (!empty($opts)) {
$engine.= ' (' . implode($opts, ', ') . ')';
$engine.= ' (' . implode('.', $opts) . ')';
}
return array(
'value' => '0x' . $this->toHex(true),