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 different versions of the `EnableCurlSslLockingOption` within the Google Cloud Storage C++ client library."],["The latest release candidate version for this option is 2.37.0-rc, while 2.34.0 is the base version linked at the top of the list, with previous versions available below."],["The `EnableCurlSslLockingOption` controls whether the client library automatically handles OpenSSL locking, which is mainly relevant for older OpenSSL versions (1.0.2)."],["This option is a boolean type alias that enables or disables the automatic locking feature, where setting it to false allows applications to use their own locking callbacks."]]],[]]