kore

Kore is a web application platform for writing scalable, concurrent web based processes in C or Python.
Commits | Files | Refs | README | LICENSE | git clone https://git.kore.io/kore.git

commit a5342a0120dfaf4b4a20ca3b41788927c9fb43b8
parent 83d1ff101399593f146e45665a1b3866af9b6829
Author: Daniel Melani <daniel.melani@gmail.com>
Date:   Tue, 21 Feb 2023 09:24:45 +0100

Remove libressl log message.

The feature has been removed.

Diffstat:
src/tls_openssl.c | 4----
1 file changed, 0 insertions(+), 4 deletions(-)

diff --git a/src/tls_openssl.c b/src/tls_openssl.c @@ -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,