Bump minimal OpenSSL version to 1.0.2

This commit is contained in:
Jakub Zelenka 2020-10-10 21:02:26 +01:00
parent 347a3f8736
commit c3a6debc08
7 changed files with 19 additions and 39 deletions

View file

@ -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)