Google Cloud Storage C++ Client 2.13.0
A C++ Client Library for Google Cloud Storage
Loading...
Searching...
No Matches
Public Types | List of all members
google::cloud::storage::EnableCurlSslLockingOption Struct Reference

Disables automatic OpenSSL locking. More...

#include <google/cloud/storage/options.h>

Public Types

using Type = bool
 

Detailed Description

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.

Note
This option is only useful for applications linking against OpenSSL 1.0.2.

Member Typedef Documentation

◆ Type