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:58:25 +0000 (19:58 +0100)
commit9ad5c5e4f9ea8ad948a391ae39b59d40138895c0
tree04e8c747ebaedf6b099aeeb36f46171543f675db
parent4bc24cf01dec5ae128ebaf6f3b8e125a83b3a3ea
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