Get rid of compilation warning.

This commit is contained in:
Tom Ritchford
2015-02-24 20:40:19 -05:00
parent bc48d299b6
commit 9e70404411

View File

@@ -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);
assert (size <= 33);
(void) size;
}
} // openssl