Skip to content
Snippets Groups Projects
user avatar
Julien Boeuf authored
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.
8c67d17e
History
Name Last commit Last update
..