summaryrefslogtreecommitdiff
path: root/package/php
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2024-09-10 14:45:34 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2024-09-10 14:45:34 +0200
commitf08eb0db4b8bca037ed8f011084235178cdbf393 (patch)
tree82defc2036cd2a8daf1bd271e6d0e465256421c8 /package/php
parente02d327563e65db8710cc95287d8ce0d2469079b (diff)
php: switch to openssl
Diffstat (limited to 'package/php')
-rw-r--r--package/php/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/php/Makefile b/package/php/Makefile
index 6e762656c..0c6fd2389 100644
--- a/package/php/Makefile
+++ b/package/php/Makefile
@@ -46,8 +46,8 @@ PKGFD_MOD_MARIADB:= mariadb support
PKGFS_MOD_MARIADB:= libmariadbclient
PKGFB_MOD_MARIADB:= mariadb
PKGFD_MOD_SSL:= ssl support
-PKGFB_MOD_SSL:= libressl
-PKGFS_MOD_SSL:= libressl
+PKGFB_MOD_SSL:= openssl
+PKGFS_MOD_SSL:= libopenssl
PKGFD_MOD_PCNTL:= process control support
PKGFD_MOD_SESSION:= session support
PKGFD_MOD_SNMP:= snmp support