projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18f2259
)
Items without a =over and a =back are ignored.
author
Richard Levitte
<levitte@openssl.org>
Thu, 14 Sep 2000 20:22:14 +0000
(20:22 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Thu, 14 Sep 2000 20:22:14 +0000
(20:22 +0000)
doc/crypto/threads.pod
patch
|
blob
|
history
diff --git
a/doc/crypto/threads.pod
b/doc/crypto/threads.pod
index 0df1074d312d56e66e59553c1aa3bd35f228fcbe..3144117e83707b9851e5af239c6adbc663773361 100644
(file)
--- 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.