mirror of
https://github.com/aria2/aria2.git
synced 2026-04-02 18:59:20 +00:00
AppleTLS: Silence cipher suite selection
This commit is contained in:
@@ -441,7 +441,7 @@ AppleTLSSession::AppleTLSSession(AppleTLSContext* ctx)
|
||||
return;
|
||||
}
|
||||
for (const auto& suite : enabled) {
|
||||
A2_LOG_INFO(
|
||||
A2_LOG_DEBUG(
|
||||
fmt("AppleTLS: Enabled suite %s", suiteToString(suite).c_str()));
|
||||
}
|
||||
if (SSLSetEnabledCiphers(sslCtx_, &enabled[0], enabled.size()) != noErr) {
|
||||
|
||||
Reference in New Issue
Block a user