We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b07022c commit b8aa9afCopy full SHA for b8aa9af
cpr/session.cpp
@@ -575,7 +575,7 @@ void Session::SetSslOptions(const SslOptions& options) {
575
}
576
#if SUPPORT_TLSv13_CIPHERS
577
if (!options.tls13_ciphers.empty()) {
578
- 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());
579
580
#endif
581
#if SUPPORT_SESSIONID_CACHE
0 commit comments