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

Name

Description

errcode

Packed OpenSSL error code.

Created with MrDocs