Commit 3105d695 authored by Matt Caswell's avatar Matt Caswell
Browse files

Fix BIO_eof() for BIO pairs



BIO_eof() was always returning true when using a BIO pair. It should only
be true if the peer BIO is empty and has been shutdown.

RT#1215

Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
parent 2e66d3d6
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment