Document OPENSSL_thread_stop_ex()
[openssl.git] / doc / man3 / OPENSSL_CTX.pod
index 5348367135e50368c4a8075a52a2328556541c08..1893c923a30fb1fecbd4c7101cf47f09b966f21c 100644 (file)
@@ -21,6 +21,10 @@ the internal default context with functions that take a C<OPENSSL_CTX>
 argument.
 
 OPENSSL_CTX_new() creates a new OpenSSL library context.
+When a non default library context is in use care should be taken with
+multi-threaded applications to properly clean up thread local resources before
+the OPENSSL_CTX is freed.
+See L<OPENSSL_thread_stop_ex(3)> for more information.
 
 OPENSSL_CTX_free() frees the given C<ctx>.