Skip to content

Commit

Permalink
fix compile
Browse files Browse the repository at this point in the history
  • Loading branch information
aklyuchev86 committed Jan 5, 2025
1 parent 9b943bc commit 9518197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/engine/io/tls_wrapper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ TlsWrapper TlsWrapper::StartTlsClient(

TlsWrapper TlsWrapper::StartTlsServer(
Socket&& socket,
const crypto::Certificate& cert,
const crypto::CertificatesChain& cert_chain,
const crypto::PrivateKey& key,
Deadline deadline,
const std::vector<crypto::Certificate>& extra_cert_authorities
Expand Down

0 comments on commit 9518197

Please sign in to comment.