From 9e70404411e0292ceb127fd7f9f43f0fd8e97feb Mon Sep 17 00:00:00 2001 From: Tom Ritchford Date: Tue, 24 Feb 2015 20:40:19 -0500 Subject: [PATCH] Get rid of compilation warning. --- src/ripple/crypto/impl/openssl.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ripple/crypto/impl/openssl.cpp b/src/ripple/crypto/impl/openssl.cpp index ecb4d46c40..768560ed58 100644 --- a/src/ripple/crypto/impl/openssl.cpp +++ b/src/ripple/crypto/impl/openssl.cpp @@ -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