Fix the build.
This commit is contained in:
parent
db5863145a
commit
72326fe8af
|
@ -222,7 +222,7 @@ PRIVATE_EXCEPT_FOR_TLSCONFIG_CPP:
|
|||
|
||||
#ifndef TLS_DISABLED
|
||||
namespace boost { namespace asio { namespace ssl { struct context; }}}
|
||||
void ConfigureSSLContext(const LoadedTLSConfig& loaded, boost::asio::ssl::context* context, std::function<void()> onPolicyFailure);
|
||||
void ConfigureSSLContext(const LoadedTLSConfig& loaded, boost::asio::ssl::context* context, std::function<void()> onPolicyFailure = [](){});
|
||||
#endif
|
||||
|
||||
class TLSPolicy : ReferenceCounted<TLSPolicy> {
|
||||
|
|
Loading…
Reference in New Issue