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 | 8178f6a7ae1b04667e57439562a60bc62cc7cdd8 (patch) | |
tree | 76f61bd739e0765ddd524d399759fa5abcd3e496 | |
parent | 880a7c3e32681f1380dd72ecbe794177df126ff1 (diff) | |
parent | 6ab32342b28e6394ff81fcdc8918049ec9196a67 (diff) | |
download | prosody-8178f6a7ae1b04667e57439562a60bc62cc7cdd8.tar.gz prosody-8178f6a7ae1b04667e57439562a60bc62cc7cdd8.zip |
Merge 0.10->trunk
-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"; }; |