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:27 +0000 (19:57 +0100)
commitbfc3424d1fbaf684c812c03e3c6cb8d38d2d6f1d
tree7795feba3d3b05f605b0b0eea99d8dd9e40d090c
parent1c65936882a57eb24e6410e4bb705d9b9131d093
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