mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Bump minimal OpenSSL version to 1.0.2
This commit is contained in:
parent
347a3f8736
commit
c3a6debc08
7 changed files with 19 additions and 39 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue