Update doc/man3/OPENSSL_init_crypto.pod

Co-authored-by: Matt Caswell <matt@openssl.org>

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/29385)
This commit is contained in:
Sashan
2025-12-16 10:50:53 +01:00
committed by Neil Horman
parent 994413f995
commit d78e642f28

View File

@@ -155,7 +155,7 @@ OpenSSL error strings will not be available, only an error code. This code can
be put through the openssl errstr command line application to produce a human
readable error (see L<openssl-errstr(1)>).
The OPENSSL_atexit() is a wrapper on atexit(3) provided by platform's libc.
The OPENSSL_atexit() is a wrapper on atexit(3) provided by the platform's libc.
The OPENSSL_thread_stop_ex() function deallocates resources associated
with the current thread for the given OSSL_LIB_CTX B<ctx>. The B<ctx> parameter