From: Mark Andrews Date: Tue, 7 Nov 2006 21:35:18 +0000 (+0000) Subject: 2101. [bug] OpenSSL version checks were not quite right. X-Git-Tag: v9.2.7~10 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=eabe47b7a17183b29559410d446c1570c7956475;p=thirdparty%2Fbind9.git 2101. [bug] OpenSSL version checks were not quite right. [RT #16476] --- diff --git a/configure b/configure index bc6977a00f9..5d5f01b39a2 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 1.294.2.70 . +# From configure.in Revision: 1.294.2.71 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.59. # diff --git a/configure.in b/configure.in index 99ccfac6104..d3d3ee52003 100644 --- a/configure.in +++ b/configure.in @@ -13,7 +13,7 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -AC_REVISION($Revision: 1.294.2.70 $) +AC_REVISION($Revision: 1.294.2.71 $) AC_INIT(lib/dns/name.c) AC_PREREQ(2.13) @@ -434,7 +434,7 @@ yes|'') #include int main() { if ((OPENSSL_VERSION_NUMBER >= 0x009070cfL && - OPENSSL_VERSION_NUMBER < 0x009080000L) || + OPENSSL_VERSION_NUMBER < 0x00908000L) || OPENSSL_VERSION_NUMBER >= 0x0090804fL) return (0); printf("\n\nFound OPENSSL_VERSION_NUMBER %#010x\n",