From: Ilia Alshanetsky Date: Thu, 2 Jan 2003 19:21:53 +0000 (+0000) Subject: MFH X-Git-Tag: PHP_4_3_before_13561_fix~144 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=da85b57c6188a8b49e6034ca29acc5c921149fe3;p=php MFH --- diff --git a/acinclude.m4 b/acinclude.m4 index f851045dde..521c8f1fe0 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -211,13 +211,13 @@ AC_DEFUN([PHP_SETUP_OPENSSL],[ AC_MSG_CHECKING([for OpenSSL version]) AC_EGREP_CPP(yes,[ #include -#if OPENSSL_VERSION_NUMBER >= 0x0090500fL +#if OPENSSL_VERSION_NUMBER >= 0x0090600fL yes #endif ],[ - AC_MSG_RESULT([>= 0.9.5]) + AC_MSG_RESULT([>= 0.9.6]) ],[ - AC_MSG_ERROR([OpenSSL version 0.9.5 or greater required.]) + AC_MSG_ERROR([OpenSSL version 0.9.6 or greater required.]) ]) CPPFLAGS=$old_CPPFLAGS diff --git a/configure.in b/configure.in index 6d597743af..766550deb2 100644 --- a/configure.in +++ b/configure.in @@ -728,7 +728,7 @@ dnl dnl OpenSSL configure dnl PHP_ARG_WITH(openssl,for OpenSSL support, -[ --with-openssl[=DIR] Include OpenSSL support (requires OpenSSL >= 0.9.5) ]) +[ --with-openssl[=DIR] Include OpenSSL support (requires OpenSSL >= 0.9.6) ]) if test "$PHP_OPENSSL" != "no"; then ext_openssl_shared=$ext_shared