From dc0280859b8aea3c571f746471891c42d44050b5 Mon Sep 17 00:00:00 2001 From: corvid Date: Sun, 3 Jul 2016 21:34:10 +0000 Subject: workaround for mbed TLS 2.3.0 include problem reported by Nick Warne http://lists.dillo.org/pipermail/dillo-dev/2016-July/010941.html checking mbedtls/ssl.h usability... no checking mbedtls/ssl.h presence... yes configure: WARNING: mbedtls/ssl.h: present but cannot be compiled configure: WARNING: mbedtls/ssl.h: check for missing prerequisite headers? configure: WARNING: mbedtls/ssl.h: see the Autoconf documentation configure: WARNING: mbedtls/ssl.h: section "Present But Cannot Be Compiled" configure: WARNING: mbedtls/ssl.h: proceeding with the compiler's result checking for mbedtls/ssl.h... no configure: WARNING: *** mbed TLS 2 not found. Disabling SSL/HTTPS/TLS support. *** --- src/IO/tls.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/IO/tls.c') diff --git a/src/IO/tls.c b/src/IO/tls.c index 9ee82b90..4ef26789 100644 --- a/src/IO/tls.c +++ b/src/IO/tls.c @@ -42,6 +42,7 @@ void a_Tls_init() #include "tls.h" #include "Url.h" +#include /* WORKAROUND: mbed TLS 2.3.0 ssl.h needs it */ #include #include /* random number generator */ #include -- cgit v1.2.3