call BN_init on temporaries to avoid use-before-set warnings
authorbcook <bcook@openbsd.org>
Thu, 7 Jul 2016 11:53:12 +0000 (11:53 +0000)
committerbcook <bcook@openbsd.org>
Thu, 7 Jul 2016 11:53:12 +0000 (11:53 +0000)
commit546813aa543b70ea35440e5411e90cf9bb704dcd
treed10ff96312a069371befc63b53cef18defeee6f6
parent1f2ac5f252e9a4dffb05e60fdbaf4382f35bb518
call BN_init on temporaries to avoid use-before-set warnings

ok beck@
lib/libcrypto/dh/dh_key.c
lib/libcrypto/rsa/rsa_crpt.c
lib/libcrypto/rsa/rsa_eay.c
lib/libssl/src/crypto/dh/dh_key.c
lib/libssl/src/crypto/rsa/rsa_crpt.c
lib/libssl/src/crypto/rsa/rsa_eay.c