BIO_up_ref

Increment the reference count of a BIO.

Synopsis

Declared in <openssl/bio.h>

int
BIO_up_ref(BIO* a);

Return Value

1 on success, or 0 if reference counting is unavailable.

Parameters

NameDescription
aBIO to reference.