Remove a pointless "#if 0" block from BN_mul.
authorBernd Edlinger <bernd.edlinger@hotmail.de>
Wed, 14 Jun 2017 19:54:15 +0000 (21:54 +0200)
committerAndy Polyakov <appro@openssl.org>
Sat, 17 Jun 2017 12:18:26 +0000 (14:18 +0200)
commit93a8b3ba793c769a3634e56642dac55a8d44023f
tree1bbc30dcb4f7b0eaeeba8bf21f97976ff1c80db2
parent6411927172638c39afe1ae1bc893fba5b77524a5
Remove a pointless "#if 0" block from BN_mul.

Reviewed-by: Andy Polyakov <appro@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3683)
crypto/bn/bn_mul.c