Install the ctrl callback on a BIO_METHOD.
Declared in <openssl/bio.h>
int
BIO_meth_set_ctrl(
BIO_METHOD* biom,
long(* ctrl)(BIO*, int, long, void*));
1 on success, or 0 on failure.
| Name | Description |
|---|---|
| biom | Method table to update. |
| ctrl | Callback implementing BIO_ctrl()-style commands. |