[#ERR_new] = ERR_new :mrdocs: Allocate a new empty slot on the current thread's OpenSSL error queue. == Synopsis Declared in `<openssl/err.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void ERR_new(); ---- == Description Typically followed by ERR_set_debug() and ERR_set_error() (see ERR_raise()). [.small]#Created with https://www.mrdocs.com[MrDocs]#