[#ERR_get_next_error_library] = ERR_get_next_error_library :mrdocs: Allocate a unique library number for a dynamically registered error library. == Synopsis Declared in `<openssl/err.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int ERR_get_next_error_library(); ---- == Return Value New ERR_LIB_* style library index for use with ERR_load_strings(). [.small]#Created with https://www.mrdocs.com[MrDocs]#