With older versions of OpenSSL any locking must be provided by locking callbacks in the application or intermediate libraries. The C++ client library automatically provides the locking callbacks. If your application already provides such callbacks, and you prefer to use them, set this option to false.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-01 UTC."],[[["This webpage lists various versions of the C++ client library, ranging from version 2.11.0 to the latest release candidate, 2.37.0-rc."],["Each version entry links to the documentation for `struct google::cloud::storage::EnableCurlSslLockingOption` within that specific release."],["The `EnableCurlSslLockingOption` disables automatic OpenSSL locking, which is typically handled by the C++ client library or provided by the application via locking callbacks."],["This option is relevant for applications using OpenSSL 1.0.2, as newer versions do not require manual locking."],["The type of the alias for the `EnableCurlSslLockingOption` is a boolean value."]]],[]]