summaryrefslogtreecommitdiffstats
path: root/Auth/OpenID/FileStore.php
diff options
context:
space:
mode:
authorhttp://j3h.us/ <http://j3h.us/@aja.local>2008-06-20 22:08:10 +0000
committerhttp://j3h.us/ <http://j3h.us/@aja.local>2008-06-20 22:08:10 +0000
commitd3f324b9bc6118adcb0c0224852e4260f79390b2 (patch)
treeb027437e6bb99a3e54a6567cb0fbd2ae2d42564a /Auth/OpenID/FileStore.php
parentb50f40aa20b98da18015774cbbcdcfe2167e686f (diff)
downloadphp-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.php2
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';
/**