Return the next BIO in a filter chain after b.

Synopsis

Declared in <openssl/bio.h>

BIO*
BIO_next(BIO* b);

Return Value

Next BIO in the chain, or NULL if b is the last / has no next.

Parameters

Name

Description

b

BIO whose successor is requested.

Created with MrDocs