diff options
Diffstat (limited to 'Auth/OpenID/Association.php')
-rw-r--r-- | Auth/OpenID/Association.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Auth/OpenID/Association.php b/Auth/OpenID/Association.php index 602c20a..37ce0cb 100644 --- a/Auth/OpenID/Association.php +++ b/Auth/OpenID/Association.php @@ -27,7 +27,7 @@ require_once 'Auth/OpenID/KVForm.php'; /** * @access private */ -require_once 'Auth/OpenID/HMACSHA1.php'; +require_once 'Auth/OpenID/HMAC.php'; /** * This class represents an association between a server and a |