]> granicus.if.org Git - apache/commitdiff
Complement to r1542327 (Streamline and improve ephemeral key handling):
authorKaspar Brand <kbrand@apache.org>
Sun, 5 Jan 2014 08:37:21 +0000 (08:37 +0000)
committerKaspar Brand <kbrand@apache.org>
Sun, 5 Jan 2014 08:37:21 +0000 (08:37 +0000)
the change to acinclude.m4 (part of r1527294) was left out from the
backport proposal by mistake.

Originally proposed by: kbrand. Reviewed by: jim, jorton (cf. r1542297).

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1555469 13f79535-47bb-0310-9956-ffa450edef68

acinclude.m4

index 26b001df7b45f19e36a3bdb9c8e5f5e56cde1a0f..580eb4abd8703abc1ee224dee0fe0af0091931bc 100644 (file)
@@ -552,12 +552,12 @@ AC_DEFUN(APACHE_CHECK_OPENSSL,[
       fi
     fi
 
-    AC_MSG_CHECKING([for OpenSSL version >= 0.9.7])
+    AC_MSG_CHECKING([for OpenSSL version >= 0.9.8a])
     AC_TRY_COMPILE([#include <openssl/opensslv.h>],[
 #if !defined(OPENSSL_VERSION_NUMBER)
 #error "Missing OpenSSL version"
 #endif
-#if OPENSSL_VERSION_NUMBER < 0x0090700f
+#if OPENSSL_VERSION_NUMBER < 0x0090801f
 #error "Unsupported OpenSSL version " OPENSSL_VERSION_TEXT
 #endif],
       [AC_MSG_RESULT(OK)