mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-10 23:09:59 -04:00
4881. [bug] Only include dst_openssl.h when OpenSSL is required.
[RT #47068]
This commit is contained in:
parent
d26f90241d
commit
a64503c736
2 changed files with 6 additions and 1 deletions
3
CHANGES
3
CHANGES
|
|
@ -1,3 +1,6 @@
|
|||
4881. [bug] Only include dst_openssl.h when OpenSSL is required.
|
||||
[RT #47068]
|
||||
|
||||
4880. [bug] Named wasn't returning the target of a cross zone
|
||||
CNAME between to served zones when recursion was
|
||||
desired and available (RD=1, RA=1). Don't return
|
||||
|
|
|
|||
|
|
@ -41,7 +41,9 @@
|
|||
#include <dst/result.h>
|
||||
|
||||
#include "dst_internal.h"
|
||||
#include "dst_openssl.h"
|
||||
#ifdef HAVE_FIPS_MODE
|
||||
#include "dst_openssl.h" /* FIPS_mode() prototype */
|
||||
#endif
|
||||
#include "dst_parse.h"
|
||||
|
||||
#ifndef PK11_MD5_DISABLE
|
||||
|
|
|
|||
Loading…
Reference in a new issue