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."],[[["The webpage provides a comprehensive list of versions for the `EnableCurlSslLockingOption`, ranging from version 2.11.0 up to the latest release candidate 2.37.0-rc."],["`EnableCurlSslLockingOption` is utilized to disable automatic OpenSSL locking, allowing users with older OpenSSL versions to manage locking callbacks directly."],["This option is specifically relevant for applications that link against OpenSSL 1.0.2."],["The C++ client library automatically handles locking callbacks unless this option is set to false, and the application wishes to manage them."],["`EnableCurlSslLockingOption` is a type alias of a boolean (`bool`)."]]],[]]