[#ERR_print_errors_fp] = ERR_print_errors_fp :mrdocs: Print and clear all queued OpenSSL errors to stdio stream `fp.` == Synopsis Declared in `<openssl/err.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void ERR_print_errors_fp(FILE* fp); ---- == Parameters [cols="1,4"] |=== | Name| Description | *fp* | Destination FILE (for example stderr). |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#