Install the create callback invoked when a BIO of this method is allocated.
Declared in <openssl/bio.h>
int
BIO_meth_set_create(
BIO_METHOD* biom,
int(* create)(BIO*));
1 on success, or 0 on failure.
| Name | Description |
|---|---|
| biom | Method being configured. |
| create | Callback that initializes method-specific state for a BIO; may be NULL. |