mirror of https://github.com/Icinga/icinga2.git
Remove unused variables
This commit is contained in:
parent
1bcc1a7b92
commit
bb393a9d4f
|
@ -193,8 +193,6 @@ void TlsStream::OnEvent(int revents)
|
|||
|
||||
err = SSL_get_error(m_SSL.get(), rc);
|
||||
|
||||
std::ostringstream msgbuf;
|
||||
|
||||
switch (err) {
|
||||
case SSL_ERROR_WANT_READ:
|
||||
m_Retry = true;
|
||||
|
|
|
@ -78,7 +78,6 @@ void InitializeOpenSSL(void)
|
|||
*/
|
||||
boost::shared_ptr<SSL_CTX> MakeSSLContext(const String& pubkey, const String& privkey, const String& cakey)
|
||||
{
|
||||
std::ostringstream msgbuf;
|
||||
char errbuf[120];
|
||||
|
||||
InitializeOpenSSL();
|
||||
|
|
Loading…
Reference in New Issue