remove redundant zero assignments
authorCristian Stoica <cristian.stoica@nxp.com>
Wed, 17 Aug 2016 11:55:57 +0000 (14:55 +0300)
committerRich Salz <rsalz@openssl.org>
Thu, 20 Oct 2016 08:59:44 +0000 (04:59 -0400)
commit45f4761fdbb7b47a92ee5ed94e5485fb6218f3f5
treee70fd0e6858f39f1b182b8540655ce30eb8796be
parentcdb203f49a555cbc94431e9d83df6c93208fb610
remove redundant zero assignments

The structure has already been initialized to zero with memset.
See also commit 64b25758edca688a30f02c260262150f7ad0bc7d (remove 0 assignments)

Signed-off-by: Cristian Stoica <cristian.stoica@nxp.com>
CLA: trivial
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1463)
crypto/evp/pmeth_lib.c