[#ERR_pop] = ERR_pop :mrdocs: Unconditionally remove the newest error from the queue. == Synopsis Declared in `<openssl/err.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int ERR_pop(); ---- == Return Value 1 if an error was removed, or 0 if the queue was empty. [.small]#Created with https://www.mrdocs.com[MrDocs]#