Remove libressl log message.

The feature has been removed.
This commit is contained in:
Daniel Melani 2023-02-21 09:24:45 +01:00 committed by Joris Vink
parent 83d1ff1013
commit a5342a0120
1 changed files with 0 additions and 4 deletions

View File

@ -113,10 +113,6 @@ kore_tls_log_version(void)
{
kore_log(LOG_NOTICE, "TLS backend %s", OPENSSL_VERSION_TEXT);
#if defined(LIBRESSL_VERSION_NUMBER)
kore_log(LOG_NOTICE, "libressl does not support malloc-wrappers");
#endif
#if !defined(TLS1_3_VERSION)
if (!kore_quiet) {
kore_log(LOG_NOTICE,