From 83e9876f5aabd4adf2f5a82d6eaf3acb1024596f Mon Sep 17 00:00:00 2001 From: Frederic Peters Date: Fri, 17 Mar 2006 10:39:06 +0000 Subject: fixed RSA_SHA1 constant name --- docs/lasso-book/writing-a-php-sp.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/lasso-book/writing-a-php-sp.txt b/docs/lasso-book/writing-a-php-sp.txt index e6e52d67..9d44ca0e 100644 --- a/docs/lasso-book/writing-a-php-sp.txt +++ b/docs/lasso-book/writing-a-php-sp.txt @@ -64,7 +64,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_SHA1); + "sp-crt.pem", LASSO_SIGNATURE_METHOD_RSA_SHA1); $server->addProvider(LASSO_PROVIDER_ROLE_IDP, "idp-metadata.xml", "idp-public-key.pem", "ca-crt.pem"); lasso_shutdown(); -- cgit