commit | d5f8c26e0139244388464a2367b8cc96cc9c082a | [log] [tgz] |
---|---|---|
author | gufe44 <gu981@protonmail.com> | Thu Aug 06 12:52:04 2020 +0200 |
committer | gufe44 <gu981@protonmail.com> | Thu Aug 13 06:46:04 2020 +0200 |
tree | e65cde37b4f1cd1ce868ff9c811ee81eb03c64fa | |
parent | 3fa7c64edf2968b6c3549274a263d06b06310e99 [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.