From c7df638b9b5bbc6b15ef843d017ac77784aa70c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=B8=D0=BB=D1=8F=D0=BD=20=D0=9F=D0=B0=D0=BB=D0=B0?= =?UTF-8?q?=D1=83=D0=B7=D0=BE=D0=B2?= Date: Sat, 16 Dec 2023 12:32:30 +0100 Subject: [PATCH] tls_th-lock.c: compile without ssl.h --- imap/tls_th-lock.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/imap/tls_th-lock.c b/imap/tls_th-lock.c index a39d752526..ad86b759ed 100644 --- a/imap/tls_th-lock.c +++ b/imap/tls_th-lock.c @@ -8,12 +8,10 @@ #include #include +#ifdef HAVE_SSL #include - #include "tls_th-lock.h" -#ifdef HAVE_SSL - /* * This entire interface is obsoleted by OpenSSL 1.1.0. * Keep it around for a while for backward compatibility though.