]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
pullup:
authorAndreas Gustafsson <source@isc.org>
Thu, 8 Feb 2001 17:18:45 +0000 (17:18 +0000)
committerAndreas Gustafsson <source@isc.org>
Thu, 8 Feb 2001 17:18:45 +0000 (17:18 +0000)
708.  [bug]           When building with --with-openssl, the openssl headers
                      included should not be used. [RT #702]

CHANGES
lib/dns/sec/dst/Makefile.in

diff --git a/CHANGES b/CHANGES
index d1143a506ef458a863b040a577c0654ef8b2b08c..92ec53850cdc8a0540ffc446e7877bf4a9f9cd57 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,7 @@
 
+ 708.  [bug]           When building with --with-openssl, the openssl headers
+                       included should not be used. [RT #702]
+
        --- 9.1.1rc1 released ---
 
  729.  [port]          pthread_setconcurrency() needs to be called on Solaris.
index 9832c3fe5ce2bc7598f491ca0817ab8851ba11d3..d292123bf3042b32d7b66ea941faedb64cda3288 100644 (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.19.4.1 2001/01/09 22:48:17 bwelling Exp $
+# $Id: Makefile.in,v 1.19.4.2 2001/02/08 17:18:45 gson 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@