aboutsummaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2017-09-16 17:24:56 +0200
committerKim Alvefur <zash@zash.se>2017-09-16 17:24:56 +0200
commit315f0ff5456b5f7154379ae99e0e02ec449fa3dc (patch)
tree76f61bd739e0765ddd524d399759fa5abcd3e496 /util
parentb8a921f9dd293d546708a0791c53e6f151cdb2d9 (diff)
parent6c31ce7205feca1d29fbd56f8e3bc0e21eb0e4ef (diff)
downloadprosody-315f0ff5456b5f7154379ae99e0e02ec449fa3dc.tar.gz
prosody-315f0ff5456b5f7154379ae99e0e02ec449fa3dc.zip
Merge 0.10->trunk
Diffstat (limited to 'util')
-rw-r--r--util/random.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/random.lua b/util/random.lua
index 83111655..d8a84514 100644
--- a/util/random.lua
+++ b/util/random.lua
@@ -23,4 +23,5 @@ end
return {
bytes = bytes;
+ _source = "/dev/urandom";
};