Pop errors until (and including) the most recent mark set by ERR_set_mark().

Synopsis

Declared in <openssl/err.h>

int
ERR_pop_to_mark();

Return Value

1 if a mark was found and cleared, or 0 if no mark was present.

Created with MrDocs