Install an extended pre/post I/O callback on a BIO.
Synopsis
Declared in <openssl/bio.h>
void
BIO_set_callback_ex(
BIO* b,
BIO_callback_fn_ex callback);
Parameters
Name |
Description |
b |
BIO whose callback is replaced. |
callback |
Extended callback function, or NULL to clear. |
Created with MrDocs