summaryrefslogtreecommitdiffstats
path: root/Net/OpenID/CryptUtil.php
diff options
context:
space:
mode:
authortailor <cygnus@janrain.com>2006-01-05 17:26:08 +0000
committertailor <cygnus@janrain.com>2006-01-05 17:26:08 +0000
commitd390709324e5df794b9ff6ce12ce88136544b1c7 (patch)
treed5ddb0c2b1c71da6ba17f4756d0dedb3267037fd /Net/OpenID/CryptUtil.php
parenta7befe11acaf5aade5c76c9eb7d7499ef01b01da (diff)
downloadphp-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.php2
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.',