Fix bug in base64 bios during write an non blocking I/O:
authorDr. Stephen Henson <steve@openssl.org>
Thu, 20 Feb 2003 13:37:48 +0000 (13:37 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Thu, 20 Feb 2003 13:37:48 +0000 (13:37 +0000)
commit5672e3a32152ec5f844cd0999494c129606ff9b9
treef4a3be4e6aacc89a017cf7db11b21dc3003c9f46
parentfbbfd86b67ab6b99608963ba6e37cca3f3da3882
Fix bug in base64 bios during write an non blocking I/O:
if the write fails when flushing the buffer return the
value to the application so it can retry.
crypto/evp/bio_b64.c