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
Unconditionally remove the newest error from the queue.
Declared in <openssl/err.h>
int
ERR_pop();
1 if an error was removed, or 0 if the queue was empty.
Created with MrDocs