ERR_FATAL_ERROR

Return whether a packed error code is marked fatal.

Synopsis

Declared in <openssl/err.h>

[[maybe_unused]]
static
int
ERR_FATAL_ERROR(unsigned long errcode);

NOTE

This entity may be unused, and the compiler will not warn about it.

Return Value

Non-zero if ERR_RFLAG_FATAL is set on errcode, otherwise 0.

Parameters

NameDescription
errcodeError code as returned by ERR_get_error() or ERR_peek_error().