Remove useless assignment
authorMatt Caswell <matt@openssl.org>
Wed, 24 Aug 2016 10:25:23 +0000 (11:25 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 24 Aug 2016 10:25:23 +0000 (11:25 +0100)
commitfe81a1b0515bf51983150dc7c428ed4c9fd31c7a
treefe9fc04f8999a351b831a70589194c89aaadea59
parent08f6ae5b2896a22e1e16de3e363d1ea314700b0b
Remove useless assignment

The variable assignment c1 is never read before it is overwritten.

Reviewed-by: Tim Hudson <tjh@openssl.org>
crypto/bn/bn_mul.c