]> 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:34:26 +0000 (21:34 +0000)
committerMark Andrews <marka@isc.org>
Tue, 7 Nov 2006 21:34:26 +0000 (21:34 +0000)
                        [RT #16476]

configure

index 56965a53ce7e6e29c0929000f091c08ed16489d3..bc6977a00f9cfd20ec84ad7fc1f6fa2c24cea915 100755 (executable)
--- a/configure
+++ b/configure
@@ -5244,7 +5244,7 @@ cat >>conftest.$ac_ext <<_ACEOF
 #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",