Unconditionally remove the newest error from the queue.

Synopsis

Declared in <openssl/err.h>

int
ERR_pop();

Return Value

1 if an error was removed, or 0 if the queue was empty.

Created with MrDocs