commit | ed06d2fe7810b4f30484b8abd52a0ec9fe2700b1 | [log] [tgz] |
---|---|---|
author | gufe44 <gu981@protonmail.com> | Thu Aug 06 12:52:04 2020 +0200 |
committer | gufe44 <gu981@protonmail.com> | Thu Aug 06 13:23:49 2020 +0200 |
tree | 722a6d453ebb722fdcc2f330b329090001894b5e | |
parent | c2620dac0231b6d303c5dc50b769c4c80fc9770c [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.