]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Fix nettle compile.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 14 Jun 2018 12:08:09 +0000 (12:08 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 14 Jun 2018 12:08:09 +0000 (12:08 +0000)
git-svn-id: file:///svn/unbound/trunk@4731 be551aaa-1e26-0410-a405-d3ace91eadb9

daemon/remote.h
doc/Changelog

index ec62e82fe79ba10bff6a894d148e750b921d5dda..217ea21e80c1368d43b433141740b7c8495caad4 100644 (file)
@@ -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;
 };
index 40d8f2c166041da99140d1a66d8740bd0c322a50..1293572992e41082facfe7787025c3423b226f00 100644 (file)
@@ -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