initialize the RSA struct to 0.
authorMarcus Meissner <meissner@suse.de>
Tue, 6 Sep 2016 09:01:21 +0000 (11:01 +0200)
committerRich Salz <rsalz@openssl.org>
Tue, 20 Sep 2016 02:06:35 +0000 (22:06 -0400)
commit6180c0ff0c34b4029bd9d1bec519c8cbc6be4808
treed8e7c5e5893cd8472609775fc9f4f2be5dc0b23a
parent32cc4c2627e8f582d906b03abf763f682c7f96dd
initialize the RSA struct to 0.

This helps with program code linked against static builds accessing a uninitialized ->engine pointer.

CLA: none; trivial

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1540)
crypto/rsa/rsa_lib.c