Register a const ERR_STRING_DATA table whose last entry has error == 0.

Synopsis

Declared in <openssl/err.h>

int
ERR_load_strings_const(ERR_STRING_DATA const* str);

Return Value

1 on success, or 0 on error.

Parameters

Name

Description

str

Array of error‐code / string pairs terminated by a zero error code.

Created with MrDocs