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:15:30 +0000 (13:15 +0100)
commit6af16ec5eed85390bcbd004806a842d6153d6a31
treea896d83aa490747f59ff63b21d36487616920bf2
parentd04a1e0b5beb3329cdf8c4ec35b9113cbc41d2f2
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>
crypto/bn/bn.h