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

Name

Description

b

BIO whose callback argument is set.

arg

Opaque pointer (often a BIO* used for debug logging), or NULL.

Created with MrDocs