ERR_unload_strings

Remove previously registered error strings for library lib.

Synopsis

Declared in <openssl/err.h>

int
ERR_unload_strings(
    int lib,
    ERR_STRING_DATA* str);

Return Value

1 on success, or 0 on failure.

Parameters

NameDescription
libERR_LIB_* library number passed to ERR_load_strings().
strSame table pointer used with ERR_load_strings() (entries must match).