Fix unused variable warning
authorEmilia Kasper <emilia@openssl.org>
Fri, 12 Dec 2014 16:45:46 +0000 (17:45 +0100)
committerEmilia Kasper <emilia@openssl.org>
Mon, 15 Dec 2014 12:12:44 +0000 (13:12 +0100)
commit9669d2e1ad7aaa539c3931955ec9dd56faa2dc3c
treebe2c9199b8fadc132e45da96a7f990c0583b5e91
parent24097938ad19acaaac00f4e8549bfe1a976d662d
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_lcl.h