We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d202b82 + 2780faf commit c6f02b4Copy full SHA for c6f02b4
cpr/session.cpp
@@ -594,7 +594,7 @@ void Session::SetSslOptions(const SslOptions& options) {
594
}
595
#if SUPPORT_TLSv13_CIPHERS
596
if (!options.tls13_ciphers.empty()) {
597
- curl_easy_setopt(curl_->handle, CURLOPT_TLS13_CIPHERS, options.ciphers.c_str());
+ curl_easy_setopt(curl_->handle, CURLOPT_TLS13_CIPHERS, options.tls13_ciphers.c_str());
598
599
#endif
600
#if SUPPORT_SESSIONID_CACHE
0 commit comments