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-03-21 UTC."],[[["This webpage documents various versions of the `EnableCurlSslLockingOption` within the Google Cloud Storage C++ client library, ranging from version 2.11.0 to the latest release candidate 2.37.0-rc."],["The `EnableCurlSslLockingOption` is used to control whether the C++ client library automatically provides locking callbacks for OpenSSL."],["Disabling this option is recommended only for applications that are using older versions of OpenSSL (specifically 1.0.2) and are already handling OpenSSL locking via their own callbacks."],["The `EnableCurlSslLockingOption` is essentially a boolean type alias."]]],[]]