mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-30 16:05:51 +00:00
Get rid of compilation warning.
This commit is contained in:
@@ -148,6 +148,7 @@ void serialize_ec_point (ec_point const& point, std::uint8_t* ptr)
|
|||||||
int const size = i2o_ECPublicKey ((EC_KEY*) key.get(), &ptr);
|
int const size = i2o_ECPublicKey ((EC_KEY*) key.get(), &ptr);
|
||||||
|
|
||||||
assert (size <= 33);
|
assert (size <= 33);
|
||||||
|
(void) size;
|
||||||
}
|
}
|
||||||
|
|
||||||
} // openssl
|
} // openssl
|
||||||
|
|||||||
Reference in New Issue
Block a user