mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-21 21:36:21 +01:00
Merge pull request #3560 from gufe44/netbsd-rand-arc4random_buf-2.16
[Backport 2.16] Use arc4random_buf instead of rand on NetBSD
This commit is contained in:
commit
9acf943b98
3 changed files with 8 additions and 5 deletions
3
ChangeLog.d/netbsd-rand-arc4random_buf.txt
Normal file
3
ChangeLog.d/netbsd-rand-arc4random_buf.txt
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
Bugfix
|
||||
* Use arc4random_buf on NetBSD instead of rand implementation with cyclical
|
||||
lower bits. Fix contributed in #3540.
|
||||
Loading…
Add table
Add a link
Reference in a new issue