Fix error message.

This commit is contained in:
Gunnar Beutner 2013-10-18 08:48:15 +02:00
parent 917f288a95
commit c824fc4f9f
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ void TlsStream::Handshake(void)
default:
I2Stream_check_exception(m_BIO);
BOOST_THROW_EXCEPTION(openssl_error()
<< boost::errinfo_api_function("SSL_read")
<< boost::errinfo_api_function("SSL_do_handshake")
<< errinfo_openssl_error(ERR_get_error()));
}
}