Sortix nightly manual
This manual documents Sortix nightly, a development build that has not been officially released. You can instead view this document in the latest official manual.
NAME
ERR_print_errors, ERR_print_errors_fp, ERR_print_errors_cb — print OpenSSL error messagesSYNOPSIS
#include <openssl/err.h>ERR_print_errors(BIO *bp);
ERR_print_errors_fp(FILE *fp);
ERR_print_errors_cb(int (*cb)(const char *str, size_t len, void *u), void *u);
DESCRIPTION
ERR_print_errors() is a convenience function that prints the error strings for all errors that OpenSSL has recorded to bp, thus emptying the error queue.[pid]:error:[error code]:[library name]:[function name]:[reason string]: [file name]:[line]:[optional text message]