NAME
ERRloadcryptostrings, SSLloaderrorstrings, ERRfreestrings -
load and free error stringsSYNOPSIS
#include
void ERRloadcryptostrings(void); void ERRfreestrings(void);#include
void SSLloaderrorstrings(void);DESCRIPTION
ERRloadcryptostrings() registers the error strings for all lliibbccrryyppttoo functions. SSLloaderrorstrings() does the same, but also registers the lliibbssssll 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. ERRfreestrings() frees all previously loaded error strings.RETURN VALUES
ERRloadcryptostrings(), SSLloaderrorstrings() and ERRfreestrings() return no values.SEE ALSO
err(3), ERRerrorstring(3) HISTORY ERRloaderrorstrings(), SSLloaderrorstrings() and ERRfreestrings() are available in all versions of SSLeay and OpenSSL.0.9.7l 2000-02-24 ERRloadcryptostrings(3)