diff options
author | Kim Alvefur <zash@zash.se> | 2017-09-16 17:24:56 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2017-09-16 17:24:56 +0200 |
commit | 315f0ff5456b5f7154379ae99e0e02ec449fa3dc (patch) | |
tree | 76f61bd739e0765ddd524d399759fa5abcd3e496 /util | |
parent | b8a921f9dd293d546708a0791c53e6f151cdb2d9 (diff) | |
parent | 6c31ce7205feca1d29fbd56f8e3bc0e21eb0e4ef (diff) | |
download | prosody-315f0ff5456b5f7154379ae99e0e02ec449fa3dc.tar.gz prosody-315f0ff5456b5f7154379ae99e0e02ec449fa3dc.zip |
Merge 0.10->trunk
Diffstat (limited to 'util')
-rw-r--r-- | util/random.lua | 1 |
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"; }; |