summaryrefslogtreecommitdiffstats
path: root/crypto/openssl/doc/crypto/threads.pod
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssl/doc/crypto/threads.pod')
-rw-r--r--crypto/openssl/doc/crypto/threads.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/openssl/doc/crypto/threads.pod b/crypto/openssl/doc/crypto/threads.pod
index 136844b..afa45cd 100644
--- a/crypto/openssl/doc/crypto/threads.pod
+++ b/crypto/openssl/doc/crypto/threads.pod
@@ -53,7 +53,7 @@ OpenSSL can safely be used in multi-threaded applications provided
that at least two callback functions are set.
locking_function(int mode, int n, const char *file, int line) is
-needed to perform locking on shared data structures.
+needed to perform locking on shared data structures.
(Note that OpenSSL uses a number of global data structures that
will be implicitly shared whenever multiple threads use OpenSSL.)
Multi-threaded applications will crash at random if it is not set.
OpenPOWER on IntegriCloud