OpenSSL ERR_load_crypto_strings(3openssl)
NNNNAAAAMMMMEEEEERR_load_crypto_strings, SSL_load_error_strings,
ERR_free_strings - load and free error strings
SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS#include
void ERR_load_crypto_strings(void);
void ERR_free_strings(void);
#include
void SSL_load_error_strings(void);
DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNNERR_load_crypto_strings() registers the error strings for
all lllliiiibbbbccccrrrryyyyppppttttoooo functions. SSL_load_error_strings() does the
same, but also registers the lllliiiibbbbssssssssllll error strings. One of these functions should be called before generating textual error messages. However, this is not required when memory usage is an issue.ERR_free_strings() frees all previously loaded error
strings. RRRREEEETTTTUUUURRRRNNNN VVVVAAAALLLLUUUUEEEESSSSERR_load_crypto_strings(), SSL_load_error_strings() and
ERR_free_strings() return no values.
SSSSEEEEEEEE AAAALLLLSSSSOOOOerr(3), ERR_error_string(3)
HHHHIIIISSSSTTTTOOOORRRRYYYYERR_load_error_strings(), SSL_load_error_strings() and
ERR_free_strings() are available in all versions of SSLeay
and OpenSSL.24/Feb/2000 Last change: 0.9.8o 1