1
0
mirror of https://github.com/ARMmbed/mbedtls.git synced 2025-07-14 22:36:44 +08:00

Add ChangeLog.d entry for kern.arandom support.

Signed-off-by: nia <nia@netbsd.org>
This commit is contained in:
nia 2020-06-11 14:01:07 +01:00
parent 9f5312cc4e
commit 6777dcb16f

View File

@ -0,0 +1,2 @@
Features
* Added support to entropy_poll for the kern.arandom syscall supported on some BSD systems. Contributed by Nia Alarie in #3423.