Google Cloud Storage C++ Client 2.13.0
A C++ Client Library for Google Cloud Storage
|
Disables automatic OpenSSL locking. More...
#include <google/cloud/storage/options.h>
Public Types | |
using | Type = bool |
Disables automatic OpenSSL locking.
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
.