From a6ec2c6fc742a2bb63d0d7b1f7004328767bdec6 Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Thu, 14 Jun 2018 12:08:09 +0000 Subject: [PATCH] - Fix nettle compile. git-svn-id: file:///svn/unbound/trunk@4731 be551aaa-1e26-0410-a405-d3ace91eadb9 --- daemon/remote.h | 2 ++ doc/Changelog | 1 + 2 files changed, 3 insertions(+) diff --git a/daemon/remote.h b/daemon/remote.h index ec62e82fe..217ea21e8 100644 --- a/daemon/remote.h +++ b/daemon/remote.h @@ -109,8 +109,10 @@ struct daemon_remote { * Connection to print to, either SSL or plain over fd */ struct remote_stream { +#ifdef HAVE_SSL /** SSL structure, nonNULL if using SSL */ SSL* ssl; +#endif /** file descriptor for plain transfer */ int fd; }; diff --git a/doc/Changelog b/doc/Changelog index 40d8f2c16..129357299 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -3,6 +3,7 @@ file for url downloads. - Fix that first control-interface determines if TLS is used. Warn when IP address interfaces are used without TLS. + - Fix nettle compile. 12 June 2018: Ralph - Don't count CNAME response types received during qname minimisation as -- 2.47.3