mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 00:24:40 +00:00
system: add phpseclib dependency and enable it
This commit is contained in:
parent
ee8fd03c33
commit
27d606474f
1
Makefile
1
Makefile
@ -119,6 +119,7 @@ CORE_DEPENDS?= ${CORE_DEPENDS_${CORE_ARCH}} \
|
||||
php${CORE_PHP}-pdo \
|
||||
php${CORE_PHP}-pecl-radius \
|
||||
php${CORE_PHP}-phalcon \
|
||||
php${CORE_PHP}-phpseclib \
|
||||
php${CORE_PHP}-session \
|
||||
php${CORE_PHP}-simplexml \
|
||||
php${CORE_PHP}-sockets \
|
||||
|
||||
@ -28,8 +28,8 @@
|
||||
*/
|
||||
|
||||
require_once('guiconfig.inc');
|
||||
require_once("system.inc");
|
||||
//require_once('phpseclib/vendor/autoload.php');
|
||||
require_once('system.inc');
|
||||
require_once('phpseclib/File/X509.php');
|
||||
|
||||
function csr_generate(&$cert, $keylen, $dn, $digest_alg = 'sha256')
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user