crypto_lock_method
Last updated March 2020
Name
crypto_lock_method — set the locking method used by the TLS layer
Synopsis
Crypto_Lock_Method = "EC_SSL_SPINLOCK"
Crypto_Lock_Method = "EC_SSL_MUTEX"
Crypto_Lock_Method = "EC_SSL_DEFAULTLOCK"
Description
This option affects how thread-safe locking is performed. You should not need to change the default value of this setting.
The default value for option is EC_SSL_DEFAULTLOCK
.
Scope
crypto_lock_method
is valid in the global scope.
Was this page helpful?