fixed compilation issues on solaris 8

This commit is contained in:
2017-09-09 15:03:55 +00:00
parent 70f8765ada
commit 936426de42
2 changed files with 8 additions and 6 deletions

View File

@ -844,6 +844,7 @@ static int dev_sck_ioctl (qse_aio_dev_t* dev, int cmd, void* arg)
#endif
}
#if defined(USE_SSL)
if (rdev->ssl_ctx)
{
SSL_CTX_free (rdev->ssl_ctx);
@ -855,6 +856,7 @@ static int dev_sck_ioctl (qse_aio_dev_t* dev, int cmd, void* arg)
rdev->ssl = QSE_NULL;
}
}
#endif
if (bnd->options & QSE_AIO_DEV_SCK_BIND_SSL)
{