Items without a =over and a =back are ignored.
This commit is contained in:
parent
18f2259499
commit
54731d75d7
@ -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
|
of OpenSSL need it for better performance. To enable this, the following
|
||||||
is required:
|
is required:
|
||||||
|
|
||||||
|
=over 4
|
||||||
|
|
||||||
=item *
|
=item *
|
||||||
Three additional callback function, dyn_create_function, dyn_lock_function
|
Three additional callback function, dyn_create_function, dyn_lock_function
|
||||||
and dyn_destroy_function.
|
and dyn_destroy_function.
|
||||||
@ -64,6 +66,8 @@ and dyn_destroy_function.
|
|||||||
=item *
|
=item *
|
||||||
A structure defined with the data that each lock needs to handle.
|
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
|
struct CRYPTO_dynlock_value has to be defined to contain whatever structure
|
||||||
is needed to handle locks.
|
is needed to handle locks.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user