[][src]Function mesalink::libssl::err::mesalink_ERR_print_errors_fp

#[no_mangle]
pub unsafe extern "C" fn mesalink_ERR_print_errors_fp(fp: *mut FILE)

ERR_print_errors_fp - a convenience function that prints the error strings for all errors that OpenSSL has recorded to fp, thus emptying the error queue.

#include <mesalink/openssl/err.h>

void ERR_print_errors_fp(FILE *fp);