summaryrefslogtreecommitdiffstats
path: root/Auth/OpenID/Consumer.php
diff options
context:
space:
mode:
Diffstat (limited to 'Auth/OpenID/Consumer.php')
-rw-r--r--Auth/OpenID/Consumer.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/Auth/OpenID/Consumer.php b/Auth/OpenID/Consumer.php
index b601cf4..be4e790 100644
--- a/Auth/OpenID/Consumer.php
+++ b/Auth/OpenID/Consumer.php
@@ -702,8 +702,8 @@ class Auth_OpenID_Consumer {
*/
function _generateNonce()
{
- return Auth_OpenID_randomString(Auth_OpenID_NONCE_LEN,
- $this->nonce_chrs);
+ return Auth_OpenID_CryptUtil::randomString(Auth_OpenID_NONCE_LEN,
+ $this->nonce_chrs);
}
/**