From: Kaspar Brand Date: Sun, 5 Jan 2014 08:37:21 +0000 (+0000) Subject: Complement to r1542327 (Streamline and improve ephemeral key handling): X-Git-Tag: 2.4.8~299 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e4c3e96ef95bf449d8ee1c537b88324959052a8e;p=apache Complement to r1542327 (Streamline and improve ephemeral key handling): 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 --- diff --git a/acinclude.m4 b/acinclude.m4 index 26b001df7b..580eb4abd8 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -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 ],[ #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)