ERR_print_errors

Print and clear all queued OpenSSL errors to BIO bp.

Synopsis

Declared in <openssl/err.h>

void
ERR_print_errors(BIO* bp);

Parameters

NameDescription
bpDestination BIO for human-readable error lines.