summaryrefslogtreecommitdiffstats
path: root/Auth
diff options
context:
space:
mode:
Diffstat (limited to 'Auth')
-rw-r--r--Auth/OpenID/CryptUtil.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/Auth/OpenID/CryptUtil.php b/Auth/OpenID/CryptUtil.php
index 3048f09..8d7e069 100644
--- a/Auth/OpenID/CryptUtil.php
+++ b/Auth/OpenID/CryptUtil.php
@@ -43,8 +43,6 @@ class Auth_OpenID_CryptUtil {
$bytes = '';
if ($f === null) {
if (Auth_OpenID_RAND_SOURCE === null) {
- trigger_error("Using insecure randomness source",
- E_USER_NOTICE);
$f = false;
} else {
$f = @fopen(Auth_OpenID_RAND_SOURCE, "r");