Sortix nightly manual
This manual documents Sortix nightly, a development build that has not been officially released. You can instead view this document in the latest official manual.
NAME
ERR_GET_LIB, ERR_GET_FUNC, ERR_GET_REASON, ERR_FATAL_ERROR — get library, function and reason codes for OpenSSL errorsSYNOPSIS
#include <openssl/err.h>ERR_GET_LIB(unsigned long e);
ERR_GET_FUNC(unsigned long e);
ERR_GET_REASON(unsigned long e);
ERR_FATAL_ERROR(unsigned long e);