Install the ctrl callback on a BIO_METHOD.

Synopsis

Declared in <openssl/bio.h>

int
BIO_meth_set_ctrl(
    BIO_METHOD* biom,
    long(* ctrl)(BIO*, int, long, void*));

Return Value

1 on success, or 0 on failure.

Parameters

Name

Description

biom

Method table to update.

ctrl

Callback implementing BIO_ctrl()‐style commands.

Created with MrDocs