diff options
author | tailor <cygnus@janrain.com> | 2005-12-29 18:57:44 +0000 |
---|---|---|
committer | tailor <cygnus@janrain.com> | 2005-12-29 18:57:44 +0000 |
commit | 8528b291e2b8de89282b65b82b58768b0804ccf6 (patch) | |
tree | ec13dbe09e8d62a37ea1ced20732140cd9f4af7c /Net/OpenID/CryptUtil.php | |
parent | 74d6c3a384c4ab8df09f72c034e6f173f44dcfc8 (diff) | |
download | php-openid-8528b291e2b8de89282b65b82b58768b0804ccf6.zip php-openid-8528b291e2b8de89282b65b82b58768b0804ccf6.tar.gz php-openid-8528b291e2b8de89282b65b82b58768b0804ccf6.tar.bz2 |
[project @ Refactored DiffieHellman to use Net_OpenID_MathLibrary]
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')) { /** |