Rename func for all and fix error out

This commit is contained in:
root
2024-01-26 12:54:46 +03:00
parent ba5edbf696
commit 2168e24899
2 changed files with 19 additions and 37 deletions

View File

@@ -50,7 +50,7 @@
$out = array();
$x->createServer($parm, $out);
$x->cmpOpenSslCertServerGen($parm, $out);
var_export($out);
@@ -74,7 +74,7 @@
$out = array();
$x->createClient($parm, $out);
$x->cmpOpenSslCertClientGen($parm, $out);
var_export($out);