commit | 6f837332f0bb35ad34acb2f8458f7d83645b792b | [log] [tgz] |
---|---|---|
author | gufe44 <gu981@protonmail.com> | Thu Aug 06 12:52:04 2020 +0200 |
committer | gufe44 <gu981@protonmail.com> | Thu Aug 13 06:26:09 2020 +0200 |
tree | 9b487c48d6c4cd4afedc1d1b91a99331b40c71d6 | |
parent | 206cb39116280f4f9f1a5208578651cbfee74052 [diff] |
Add changelog entry Signed-off-by: gufe44 <gu981@protonmail.com>
diff --git a/ChangeLog.d/netbsd-rand-arc4random_buf.txt b/ChangeLog.d/netbsd-rand-arc4random_buf.txt new file mode 100644 index 0000000..7f5802e --- /dev/null +++ b/ChangeLog.d/netbsd-rand-arc4random_buf.txt
@@ -0,0 +1,3 @@ +Changes + * Use arc4random_buf on NetBSD instead of rand implementation with cyclical + lower bits. Fix contributed in #3540.