Skip to content
Snippets Groups Projects
Commit 8c67d17e authored by Julien Boeuf's avatar Julien Boeuf
Browse files

Standardize on |BIO_pending| and |BIO_wpending|.

OpenSSL offers 3 ways to express the same thing:

* BIO_ctrl_pending(BIO *)
* BIO_ctrl(BIO *, BIO_CTRL_PENDING, 0, NULL)
* BIO_pending(BIO *)

BoringSSL standardizes on the last of these.
parent c07c088d
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment