Print and clear all queued OpenSSL errors to BIO bp.

Synopsis

Declared in <openssl/err.h>

void
ERR_print_errors(BIO* bp);

Parameters

Name

Description

bp

Destination BIO for human‐readable error lines.

Created with MrDocs