ERR_COMMON_ERROR

Return whether an error code is a system-independent common ERR reason.

Synopsis

Declared in <openssl/err.h>

[[maybe_unused]]
static
int
ERR_COMMON_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_COMMON is set on errcode, otherwise 0.

Parameters

NameDescription
errcodePacked OpenSSL error code.