Fix unused variable warning
authorEmilia Kasper <emilia@openssl.org>
Mon, 15 Dec 2014 12:11:52 +0000 (13:11 +0100)
committerEmilia Kasper <emilia@openssl.org>
Mon, 15 Dec 2014 12:19:09 +0000 (13:19 +0100)
commit458f23f61021da8badf2457db0608232b3c8bec4
treeb8680e39374d7ef06c5e402fb720de7b8c35d4a8
parentc983a77887519f4f82f4b0745a6d91f36344eedf
Fix unused variable warning

The temporary variable causes unused variable warnings in opt mode with clang,
because the subsequent assert is compiled out.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(cherry picked from commit 6af16ec5eed85390bcbd004806a842d6153d6a31)
crypto/bn/bn.h