diff options
author | tailor <cygnus@janrain.com> | 2006-01-05 17:26:08 +0000 |
---|---|---|
committer | tailor <cygnus@janrain.com> | 2006-01-05 17:26:08 +0000 |
commit | d390709324e5df794b9ff6ce12ce88136544b1c7 (patch) | |
tree | d5ddb0c2b1c71da6ba17f4756d0dedb3267037fd /Net/OpenID/CryptUtil.php | |
parent | a7befe11acaf5aade5c76c9eb7d7499ef01b01da (diff) | |
download | php-openid-d390709324e5df794b9ff6ce12ce88136544b1c7.zip php-openid-d390709324e5df794b9ff6ce12ce88136544b1c7.tar.gz php-openid-d390709324e5df794b9ff6ce12ce88136544b1c7.tar.bz2 |
[project @ Lowercased null, true, and false]
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 1664661..6d2a193 100644 --- a/Net/OpenID/CryptUtil.php +++ b/Net/OpenID/CryptUtil.php @@ -51,7 +51,7 @@ class Net_OpenID_CryptUtil { { $bytes = ''; $f = @fopen("/dev/urandom", "r"); - if ($f === FALSE) { + if ($f === false) { if (!defined('Net_OpenID_USE_INSECURE_RAND')) { trigger_error('Set Net_OpenID_USE_INSECURE_RAND to ' . 'continue with insecure random.', |