*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: ERR_load_crypto_strings | Section: 3 | Source: MINIX | File: ERR_load_crypto_strings.3
ERR_load_crypto_strings(3) OpenSSL ERR_load_crypto_strings(3) NAME ERR_load_crypto_strings, SSL_load_error_strings, ERR_free_strings - load and free error strings LIBRARY libcrypto, -lcrypto SYNOPSIS #include <openssl/err.h> void ERR_load_crypto_strings(void); void ERR_free_strings(void); #include <openssl/ssl.h> void SSL_load_error_strings(void); DESCRIPTION ERR_load_crypto_strings() registers the error strings for all libcrypto functions. SSL_load_error_strings() does the same, but also registers the libssl 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. RETURN VALUES ERR_load_crypto_strings(), SSL_load_error_strings() and ERR_free_strings() return no values. SEE ALSO openssl_err(3), ERR_error_string(3) HISTORY ERR_load_error_strings(), SSL_load_error_strings() and ERR_free_strings() are available in all versions of SSLeay and OpenSSL. 1.0.1n 2009-07-19 ERR_load_crypto_strings(3)

Navigation Options