summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorJakub Zelenka <bukka@php.net>2020-10-10 21:02:26 +0100
committerJakub Zelenka <bukka@php.net>2020-11-01 20:10:37 +0000
commitc3a6debc08ebdc1cc336eb2d13aae1988ccbe688 (patch)
treed46d45cfd116c843c268a6ce586a1119c6a2917d /build
parent347a3f8736dabd0e2862ac5f673eab7650b0286e (diff)
downloadphp-git-c3a6debc08ebdc1cc336eb2d13aae1988ccbe688.tar.gz
Bump minimal OpenSSL version to 1.0.2
Diffstat (limited to 'build')
-rw-r--r--build/php.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/build/php.m4 b/build/php.m4
index 16c5e25fba..fe2f176e3c 100644
--- a/build/php.m4
+++ b/build/php.m4
@@ -1903,7 +1903,7 @@ dnl
AC_DEFUN([PHP_SETUP_OPENSSL],[
found_openssl=no
- PKG_CHECK_MODULES([OPENSSL], [openssl >= 1.0.1], [found_openssl=yes])
+ PKG_CHECK_MODULES([OPENSSL], [openssl >= 1.0.2], [found_openssl=yes])
if test "$found_openssl" = "yes"; then
PHP_EVAL_LIBLINE($OPENSSL_LIBS, $1)