You are here

constant OPENID_RAND_SOURCE in Drupal 7

Same name and namespace in other branches
  1. 6 modules/openid/openid.inc \OPENID_RAND_SOURCE

Random number generator; used for Diffie-Hellman key exchange computations.

File

modules/openid/openid.inc, line 35
OpenID utility functions.

Code

define('OPENID_RAND_SOURCE', '/dev/urandom');