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-14 UTC."],[[["This webpage lists documentation for various versions of the `EnableCurlSslLockingOption` within the Google Cloud C++ client library, starting from version 2.11.0 up to the latest release candidate, 2.37.0-rc."],["The `EnableCurlSslLockingOption` controls the automatic OpenSSL locking mechanism in the library, which is only applicable to older versions of OpenSSL (1.0.2)."],["Setting this option to `false` allows applications that already manage OpenSSL locking callbacks to utilize their own implementation instead of the library's default."],["This option is defined as a type alias of `bool`, meaning it accepts true/false values."]]],[]]