X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=doc%2Fcrypto%2Ferr.pod;h=33cb19d0cf43b1e2246edade3b8b02d91e0b6b53;hp=6847f2153c4a6fd0f67bb6419984b8927c6b0f08;hb=1d5099dec648ba1d4f5cca6596dac5c7e2037560;hpb=8509dcc9f319190c565ab6baad7c88d37a951d1c diff --git a/doc/crypto/err.pod b/doc/crypto/err.pod index 6847f2153c..33cb19d0cf 100644 --- a/doc/crypto/err.pod +++ b/doc/crypto/err.pod @@ -33,7 +33,6 @@ err - error codes void ERR_print_errors_fp(FILE *fp); void ERR_load_crypto_strings(void); - void ERR_free_strings(void); void ERR_put_error(int lib, int func, int reason, const char *file, int line); @@ -49,6 +48,11 @@ Deprecated: void ERR_remove_state(unsigned long pid); #endif + #if OPENSSL_API_COMPAT < 0x10100000L + void ERR_free_strings(void) + #endif + + =head1 DESCRIPTION When a call to the OpenSSL library fails, this is usually signaled