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:06 +0000 (19:57 +0100)
commit0bb37c5e235a6bfdf916433107f6a2ba865595f4
tree2cf8785120467298453ef6e7226fa4c03f54b0a1
parente9b4b8afbd129adc18d3fe71ca2ab34fe61d8640
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