Missing BN_RECP_CTX field init.
authorFdaSilvaYY <fdasilvayy@gmail.com>
Tue, 8 Nov 2016 18:22:09 +0000 (19:22 +0100)
committerRich Salz <rsalz@openssl.org>
Tue, 8 Nov 2016 22:44:32 +0000 (17:44 -0500)
commit318447bceb3aa2c50ac0081bdb4e917f8704e7da
tree01e99dd252a912868ad6efa4d563c00d84b44883
parente5e71f2857275189577ab7b227608ab4ec985471
Missing BN_RECP_CTX field init.

BN_RECP_CTX_new direclty use bn_init to avoid twice memset calls

Reviewed-by: Kurt Roeckx <kurt@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1879)
crypto/bn/bn_recp.c