openssl: Fix compilation warnings
authorMarcel Raad <MarcelRaad@users.noreply.github.com>
Wed, 30 Mar 2016 15:23:02 +0000 (17:23 +0200)
committerSteve Holme <steve_holme@hotmail.com>
Wed, 30 Mar 2016 22:55:00 +0000 (23:55 +0100)
commit4dae049157102c47b11a3bea19f06819a1e42d6c
tree7a985355a47baa1bf00cdfecfa25c993eedca930
parent575e885db0f3b2c50434f63269438fe21cbbb978
openssl: Fix compilation warnings

When compiling with OpenSSL 1.1.0 (so that the HAVE_X509_GET0_SIGNATURE
&& HAVE_X509_GET0_EXTENSIONS pre-processor block is active), Visual C++
14 complains:

warning C4701: potentially uninitialized local variable 'palg' used
warning C4701: potentially uninitialized local variable 'psig' used
lib/vtls/openssl.c