diff options
Diffstat (limited to 'Net/OpenID/CryptUtil.php')
-rw-r--r-- | Net/OpenID/CryptUtil.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Net/OpenID/CryptUtil.php b/Net/OpenID/CryptUtil.php index 8d8f4cb..ec83df4 100644 --- a/Net/OpenID/CryptUtil.php +++ b/Net/OpenID/CryptUtil.php @@ -17,7 +17,7 @@ /** * Require the HMAC/SHA-1 implementation for creating such hashes. */ -require('HMACSHA1.php'); +require_once('HMACSHA1.php'); if (!defined('Net_OpenID_RAND_SOURCE')) { /** |