From: Mark Andrews Date: Wed, 4 Oct 2006 05:05:53 +0000 (+0000) Subject: win32 X-Git-Tag: v9.2.7rc3~21 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=d9286d5239133f32b96a03b8c75be69278a04916;p=thirdparty%2Fbind9.git win32 --- diff --git a/configure b/configure index 4120825f3a2..f3af33607d8 100755 --- a/configure +++ b/configure @@ -5275,7 +5275,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) echo "$as_me:$LINENO: result: not compatible" >&5 echo "${ECHO_T}not compatible" >&6 - { { echo "$as_me:$LINENO: error: you need OpenSSL 0.9.7k/0.9.8c (or newer) for: + { { echo "$as_me:$LINENO: error: you need OpenSSL 0.9.7l/0.9.8d (or newer) for: CAN-2002-0659 and CAN-2006-4339 to skip this test specify: --disable-openssl-version-check " >&5 diff --git a/configure.in b/configure.in index 92cb0f1c665..2b72fdf8ca3 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.67 $) +AC_REVISION($Revision: 1.294.2.68 $) AC_INIT(lib/dns/name.c) AC_PREREQ(2.13) @@ -446,7 +446,7 @@ int main() { [AC_MSG_RESULT(ok)], [AC_MSG_RESULT(not compatible) AC_MSG_ERROR( -[you need OpenSSL 0.9.7k/0.9.8c (or newer) for: +[you need OpenSSL 0.9.7l/0.9.8d (or newer) for: CAN-2002-0659 and CAN-2006-4339 to skip this test specify: --disable-openssl-version-check] )