mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-27 07:34:15 +02:00
Fix error message.
This commit is contained in:
parent
917f288a95
commit
c824fc4f9f
@ -121,7 +121,7 @@ void TlsStream::Handshake(void)
|
|||||||
default:
|
default:
|
||||||
I2Stream_check_exception(m_BIO);
|
I2Stream_check_exception(m_BIO);
|
||||||
BOOST_THROW_EXCEPTION(openssl_error()
|
BOOST_THROW_EXCEPTION(openssl_error()
|
||||||
<< boost::errinfo_api_function("SSL_read")
|
<< boost::errinfo_api_function("SSL_do_handshake")
|
||||||
<< errinfo_openssl_error(ERR_get_error()));
|
<< errinfo_openssl_error(ERR_get_error()));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user