Fix base64 decoding bug.
authorEric Young <eay@pobox.com>
Wed, 2 Apr 2014 18:50:33 +0000 (19:50 +0100)
committerDr. Stephen Henson <steve@openssl.org>
Wed, 2 Apr 2014 18:57:57 +0000 (19:57 +0100)
commit5762c18517b206d71ecb70cd12dcea562d4efa76
treee16b3c9542fcd2cd626801cf9964d68b75e85f7c
parent6a1dd2857665c0cf08c67d4adfd7cef220899c05
Fix base64 decoding bug.

A short PEM encoded sequence if passed to the BIO, and the file
had 2 \n following would fail.

PR#3289
(cherry picked from commit 10378fb5f4c67270b800e8f7c600cd0548874811)
crypto/evp/bio_b64.c