mirror of
https://github.com/jorisvink/kore
synced 2025-03-08 19:19:02 -05:00
Remove libressl log message.
The feature has been removed.
This commit is contained in:
parent
83d1ff1013
commit
a5342a0120
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user