BIO_set_callback_arg

Store an opaque pointer passed to BIO callbacks as the callback argument.

Synopsis

Declared in <openssl/bio.h>

void
BIO_set_callback_arg(
    BIO* b,
    char* arg);

Parameters

NameDescription
bBIO whose callback argument is set.
argOpaque pointer (often a BIO* used for debug logging), or NULL.