]> granicus.if.org Git - php/commitdiff
Raise required OpenSSL version to 0.9.6.
authorIlia Alshanetsky <iliaa@php.net>
Thu, 2 Jan 2003 19:20:57 +0000 (19:20 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Thu, 2 Jan 2003 19:20:57 +0000 (19:20 +0000)
acinclude.m4
configure.in

index b4380881e40af11ae5d43ade34865c80d60254b4..e328b9adf53f491820f79dec82b3b854f037239b 100644 (file)
@@ -204,13 +204,13 @@ AC_DEFUN([PHP_SETUP_OPENSSL],[
   AC_MSG_CHECKING([for OpenSSL version])
   AC_EGREP_CPP(yes,[
 #include <openssl/opensslv.h>
-#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
 
index a5f80c641c63cf72cfcf22b0d0d4f9ef94fcfbc4..e5a5fc1e93203d70014043e57bcc2f9cd2855b2c 100644 (file)
@@ -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