openbsd-ports/www/community-id/patches/patch-libs_Auth_OpenID_CryptUtil_php
ajacoutot 45594aefbb Import community-id-1.1.1
Community-ID is an OpenID implementation in PHP which is OpenID 2.0
compliant. Users can keep track of their trusted sites and manage them.
For Community-ID administrators statistics are available to track
registration of new users, authorized users per day or the number of
trusted sites. Administrators can set the site in maintenance mode or
send emails to all registered users.
2010-01-04 08:58:11 +00:00

13 lines
562 B
Plaintext

$OpenBSD: patch-libs_Auth_OpenID_CryptUtil_php,v 1.1.1.1 2010/01/04 08:58:14 ajacoutot Exp $
--- libs/Auth/OpenID/CryptUtil.php.orig Fri Jan 1 17:45:57 2010
+++ libs/Auth/OpenID/CryptUtil.php Fri Jan 1 17:46:08 2010
@@ -20,7 +20,7 @@ if (!defined('Auth_OpenID_RAND_SOURCE')) {
* The filename for a source of random bytes. Define this yourself
* if you have a different source of randomness.
*/
- define('Auth_OpenID_RAND_SOURCE', '/dev/urandom');
+ define('Auth_OpenID_RAND_SOURCE', '/dev/arandom');
}
class Auth_OpenID_CryptUtil {