mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
compile on windows
This commit is contained in:
@@ -194,7 +194,7 @@ public:
|
||||
uint256 getuint256()
|
||||
{
|
||||
uint256 ret;
|
||||
int size = BN_num_bytes(this);
|
||||
unsigned int size = BN_num_bytes(this);
|
||||
if (size > ret.size())
|
||||
return ret;
|
||||
BN_bn2bin(this, ret.begin() + (ret.size() - BN_num_bytes(this)));
|
||||
|
||||
Reference in New Issue
Block a user