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:54:27 +0000 (19:54 +0100)
commit10378fb5f4c67270b800e8f7c600cd0548874811
tree3feeaaca1b89c62ab8e1d2273c65f65f80a28af1
parentb48310627d1fdc58f64ccf208ac82c732e654dca
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
crypto/evp/bio_b64.c