RT3140: Possibly-unit variable in pem_lib.c
authorClang via Jeffrey Walton <noloader@gmail.com>
Tue, 2 Sep 2014 21:04:53 +0000 (17:04 -0400)
committerRich Salz <rsalz@openssl.org>
Wed, 3 Sep 2014 03:37:17 +0000 (23:37 -0400)
commit0ff3687eab8b0915198ad84d83da5998860b11b3
tree76898b07fc77bdf6b76b4d443c8b8cd0fd815188
parent86f50b36e63275a916b147f9d8764e3c0c060fdb
RT3140: Possibly-unit variable in pem_lib.c

Can't really happen, but the flow of control isn't obvious.
Add an initializer.

Reviewed-by: Matt Caswell <matt@openssl.org>
crypto/pem/pem_lib.c