mirror of https://github.com/aria2/aria2
AppleTLS: Silence cipher suite selection
parent
5cd3802a4b
commit
54ccab8ccb
|
@ -441,7 +441,7 @@ AppleTLSSession::AppleTLSSession(AppleTLSContext* ctx)
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
for (const auto& suite : enabled) {
|
for (const auto& suite : enabled) {
|
||||||
A2_LOG_INFO(
|
A2_LOG_DEBUG(
|
||||||
fmt("AppleTLS: Enabled suite %s", suiteToString(suite).c_str()));
|
fmt("AppleTLS: Enabled suite %s", suiteToString(suite).c_str()));
|
||||||
}
|
}
|
||||||
if (SSLSetEnabledCiphers(sslCtx_, &enabled[0], enabled.size()) != noErr) {
|
if (SSLSetEnabledCiphers(sslCtx_, &enabled[0], enabled.size()) != noErr) {
|
||||||
|
|
Loading…
Reference in New Issue