ERR_set_mark(3) | LibreSSL | ERR_set_mark(3) |
NAME
ERR_set_mark, ERR_pop_to_mark - set marks and pop errors until markDESCRIPTION
ERR_set_mark() sets a mark on the current topmost error record if there is one.RETURN VALUES
ERR_set_mark() returns 0 if the error stack is empty, otherwise 1.SEE ALSO
err(3)HISTORY
ERR_set_mark() and ERR_pop_to_mark() were added in OpenSSL 0.9.8.2015-10-26 | LibreSSL |