Install a legacy pre/post I/O callback on a BIO (deprecated; prefer BIO_set_callback_ex).
Declared in <openssl/bio.h>
[[deprecated]]
void
BIO_set_callback(
BIO* b,
BIO_callback_fn callback);
Deprecated. Use of this entity is allowed but discouraged.
| Name | Description |
|---|---|
| b | BIO whose callback is replaced. |
| callback | Legacy callback function, or NULL to clear. |