attempt to fix warning
This commit is contained in:
parent
ad787d2a4f
commit
f4ab272c5c
|
@ -313,7 +313,7 @@ void test_ssl(int const test_idx, bool const use_utp)
|
|||
p2 = ses2.abort();
|
||||
}
|
||||
|
||||
std::string password_callback(int /*length*/, boost::asio::ssl::context::password_purpose p
|
||||
std::string password_callback(std::size_t /*length*/, boost::asio::ssl::context::password_purpose p
|
||||
, std::string pw)
|
||||
{
|
||||
if (p != boost::asio::ssl::context::for_reading) return "";
|
||||
|
|
Loading…
Reference in New Issue