summaryrefslogtreecommitdiffstats
path: root/docs/lasso-book/writing-a-php-sp.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/lasso-book/writing-a-php-sp.txt')
-rw-r--r--docs/lasso-book/writing-a-php-sp.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/lasso-book/writing-a-php-sp.txt b/docs/lasso-book/writing-a-php-sp.txt
index 429aa1eb..e61c29b9 100644
--- a/docs/lasso-book/writing-a-php-sp.txt
+++ b/docs/lasso-book/writing-a-php-sp.txt
@@ -74,7 +74,7 @@ The ``LassoServer`` object may be created as follows::
lasso_init();
$server = new LassoServer("sp-metadata.xml", "sp-private-key.pem",
- "sp-crt.pem", LASSO_SIGNATURE_METHOD_RSA_SHA1);
+ NULL, "sp-crt.pem");
$server->addProvider(LASSO_PROVIDER_ROLE_IDP, "idp-metadata.xml",
"idp-public-key.pem", "ca-crt.pem");
lasso_shutdown();