diff options
author | http://j3h.us/ <http://j3h.us/@aja.local> | 2008-06-20 22:08:10 +0000 |
---|---|---|
committer | http://j3h.us/ <http://j3h.us/@aja.local> | 2008-06-20 22:08:10 +0000 |
commit | d3f324b9bc6118adcb0c0224852e4260f79390b2 (patch) | |
tree | b027437e6bb99a3e54a6567cb0fbd2ae2d42564a /Auth/OpenID/FileStore.php | |
parent | b50f40aa20b98da18015774cbbcdcfe2167e686f (diff) | |
download | php-openid-d3f324b9bc6118adcb0c0224852e4260f79390b2.zip php-openid-d3f324b9bc6118adcb0c0224852e4260f79390b2.tar.gz php-openid-d3f324b9bc6118adcb0c0224852e4260f79390b2.tar.bz2 |
[project @ Rename files and tests related to HMACSHA1 and HMACSHA256]
Diffstat (limited to 'Auth/OpenID/FileStore.php')
-rw-r--r-- | Auth/OpenID/FileStore.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Auth/OpenID/FileStore.php b/Auth/OpenID/FileStore.php index 3fdd1dc..29d8d20 100644 --- a/Auth/OpenID/FileStore.php +++ b/Auth/OpenID/FileStore.php @@ -19,7 +19,7 @@ */ require_once 'Auth/OpenID.php'; require_once 'Auth/OpenID/Interface.php'; -require_once 'Auth/OpenID/HMACSHA1.php'; +require_once 'Auth/OpenID/HMAC.php'; require_once 'Auth/OpenID/Nonce.php'; /** |