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

Name

Description

lib

ERR_LIB_* library number passed to ERR_load_strings().

str

Same table pointer used with ERR_load_strings() (entries must match).

Created with MrDocs