[#ERR_unload_strings] = ERR_unload_strings :mrdocs: Remove previously registered error strings for library `lib.` == Synopsis Declared in `<openssl/err.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int ERR_unload_strings( int lib, xref:ERR_STRING_DATA.adoc[ERR_STRING_DATA]* str); ---- == Return Value 1 on success, or 0 on failure. == Parameters [cols="1,4"] |=== | Name| Description | *lib* | ERR_LIB_* library number passed to ERR_load_strings(). | *str* | Same table pointer used with ERR_load_strings() (entries must match). |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#