diff options
Diffstat (limited to 'Auth/OpenID/Consumer/Consumer.php')
-rw-r--r-- | Auth/OpenID/Consumer/Consumer.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Auth/OpenID/Consumer/Consumer.php b/Auth/OpenID/Consumer/Consumer.php index a7f978f..c039aa8 100644 --- a/Auth/OpenID/Consumer/Consumer.php +++ b/Auth/OpenID/Consumer/Consumer.php @@ -954,7 +954,7 @@ class Auth_OpenID_Consumer { return null; } - $spub = Auth_OpenID_CryptUtil::base64ToLong( + $spub = Auth_OpenID_base64ToLong( $results['dh_server_public']); $enc_mac_key = Auth_OpenID_CryptUtil::fromBase64( |