Fix uninitialized variable warning
authorEmilia Kasper <emilia@openssl.org>
Tue, 24 Mar 2015 18:59:14 +0000 (19:59 +0100)
committerEmilia Kasper <emilia@openssl.org>
Wed, 25 Mar 2015 14:19:20 +0000 (15:19 +0100)
commit8a46e51ed83300e16eb6daebf664f141f6c313df
treee7e2cf53163d6d20a84ca0c4cefee15b4a72e2fc
parentfe9b85c3cb79f1e29e61f01de105b34ce8177190
Fix uninitialized variable warning

While a true positive, it's almost harmless because EVP_DecryptInit_ex would have to fail and that doesn't happen under normal operation.

Reviewed-by: Richard Levitte <levitte@openssl.org>
crypto/pem/pem_lib.c