summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2000-09-14 20:22:14 +0000
committerRichard Levitte <levitte@openssl.org>2000-09-14 20:22:14 +0000
commit54731d75d70c3cae0f1b65eef960c49dd51307ce (patch)
tree4991572ad5074a717d7e3e6245238477c388fe45 /doc
parent18f22594994da8b2a2a11786b2a106ca8d94f1ed (diff)
Items without a =over and a =back are ignored.
Diffstat (limited to 'doc')
-rw-r--r--doc/crypto/threads.pod4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/crypto/threads.pod b/doc/crypto/threads.pod
index 0df1074d31..3144117e83 100644
--- a/doc/crypto/threads.pod
+++ b/doc/crypto/threads.pod
@@ -57,6 +57,8 @@ Additionally, OpenSSL supports dynamic locks, and sometimes, some parts
of OpenSSL need it for better performance. To enable this, the following
is required:
+=over 4
+
=item *
Three additional callback function, dyn_create_function, dyn_lock_function
and dyn_destroy_function.
@@ -64,6 +66,8 @@ and dyn_destroy_function.
=item *
A structure defined with the data that each lock needs to handle.
+=back
+
struct CRYPTO_dynlock_value has to be defined to contain whatever structure
is needed to handle locks.