diff options
-rw-r--r-- | Auth/OpenID/Store/DumbStore.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Auth/OpenID/Store/DumbStore.php b/Auth/OpenID/Store/DumbStore.php index ff9fc56..e781760 100644 --- a/Auth/OpenID/Store/DumbStore.php +++ b/Auth/OpenID/Store/DumbStore.php @@ -17,8 +17,8 @@ /** * Import the interface for creating a new store class. */ -require_once 'Interface.php'; -require_once 'Auth/OpenID/CryptUtil.php'; +require_once 'Auth/OpenID/Store/Interface.php'; +require_once 'Auth/OpenID/HMACSHA1.php'; /** * This is a store for use in the worst case, when you have no way of |