diff options
author | Josh Hoyt <josh@janrain.com> | 2006-01-28 00:25:15 +0000 |
---|---|---|
committer | Josh Hoyt <josh@janrain.com> | 2006-01-28 00:25:15 +0000 |
commit | 82ada6dd9395d0a3ad44710e313eee63e1671c1c (patch) | |
tree | a620ecead8d250843faca4d9cf4ade782aa8d733 /Auth/OpenID/Consumer | |
parent | a6e4a1af65b4343218b4e0d54c9d5f1a8831c41f (diff) | |
download | php-openid-82ada6dd9395d0a3ad44710e313eee63e1671c1c.zip php-openid-82ada6dd9395d0a3ad44710e313eee63e1671c1c.tar.gz php-openid-82ada6dd9395d0a3ad44710e313eee63e1671c1c.tar.bz2 |
[project @ OIDUtil -> Util]
Diffstat (limited to 'Auth/OpenID/Consumer')
-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 7ac2066..d8726b4 100644 --- a/Auth/OpenID/Consumer/Consumer.php +++ b/Auth/OpenID/Consumer/Consumer.php @@ -190,7 +190,7 @@ require_once "Auth/OpenID/Consumer/Parse.php"; require_once "Auth/OpenID/CryptUtil.php"; require_once "Auth/OpenID/DiffieHellman.php"; require_once "Auth/OpenID/KVForm.php"; -require_once "Auth/OpenID/OIDUtil.php"; +require_once "Auth/OpenID/Util.php"; /** * This is the status code returned when either the of the beginAuth |