2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 14:07:59 +00:00

+ 708. [bug] When building with --with-openssl, the openssl headers

+                       included should not be used. [RT #702]
+
This commit is contained in:
Brian Wellington
2001-01-24 01:34:14 +00:00
parent 6f9ad07670
commit 0f537d1c63
2 changed files with 4 additions and 2 deletions

View File

@@ -1,4 +1,7 @@
708. [bug] When building with --with-openssl, the openssl headers
included should not be used. [RT #702]
707. [func] The "filename" argument to named-checkzone is no
longer optional, to reduce confusion. [RT #612]

View File

@@ -13,7 +13,7 @@
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
# $Id: Makefile.in,v 1.22 2001/01/17 01:08:05 bwelling Exp $
# $Id: Makefile.in,v 1.23 2001/01/24 01:34:14 bwelling Exp $
srcdir = @srcdir@
VPATH = @srcdir@
@@ -22,7 +22,6 @@ top_srcdir = @top_srcdir@
@BIND9_INCLUDES@
CINCLUDES = -I${srcdir} \
-I${srcdir}/../openssl/include \
${DNS_INCLUDES} ${ISC_INCLUDES} \
@DST_OPENSSL_INC@ @DST_GSSAPI_INC@