Mapping from a packed OpenSSL error code to a human‐readable string.

Synopsis

Declared in <openssl/err.h>

struct ERR_string_data_st;

Data Members

Name

Description

error

Packed error code as produced by ERR_PACK(lib, func, reason).

string

NUL‐terminated description corresponding to error.

Created with MrDocs