mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
- Fix nettle compile.
git-svn-id: file:///svn/unbound/trunk@4731 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
9cb404ba5f
commit
a6ec2c6fc7
2 changed files with 3 additions and 0 deletions
|
|
@ -109,8 +109,10 @@ struct daemon_remote {
|
||||||
* Connection to print to, either SSL or plain over fd
|
* Connection to print to, either SSL or plain over fd
|
||||||
*/
|
*/
|
||||||
struct remote_stream {
|
struct remote_stream {
|
||||||
|
#ifdef HAVE_SSL
|
||||||
/** SSL structure, nonNULL if using SSL */
|
/** SSL structure, nonNULL if using SSL */
|
||||||
SSL* ssl;
|
SSL* ssl;
|
||||||
|
#endif
|
||||||
/** file descriptor for plain transfer */
|
/** file descriptor for plain transfer */
|
||||||
int fd;
|
int fd;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,7 @@
|
||||||
file for url downloads.
|
file for url downloads.
|
||||||
- Fix that first control-interface determines if TLS is used. Warn
|
- Fix that first control-interface determines if TLS is used. Warn
|
||||||
when IP address interfaces are used without TLS.
|
when IP address interfaces are used without TLS.
|
||||||
|
- Fix nettle compile.
|
||||||
|
|
||||||
12 June 2018: Ralph
|
12 June 2018: Ralph
|
||||||
- Don't count CNAME response types received during qname minimisation as
|
- Don't count CNAME response types received during qname minimisation as
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue