]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
2101. [bug] OpenSSL version checks were not quite right.
authorMark Andrews <marka@isc.org>
Tue, 7 Nov 2006 21:35:18 +0000 (21:35 +0000)
committerMark Andrews <marka@isc.org>
Tue, 7 Nov 2006 21:35:18 +0000 (21:35 +0000)
                        [RT #16476]

configure
configure.in

index bc6977a00f9cfd20ec84ad7fc1f6fa2c24cea915..5d5f01b39a283b14bca5a9ce6d85950c68f9830e 100755 (executable)
--- 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.
 #
index 99ccfac610444ac3d716953872c944d1e599f8bc..d3d3ee5200300e0769fcd3806a615b6af9ae6955 100644 (file)
@@ -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 <openssl/opensslv.h>
 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",