Changelog note and explanation comment for #1383

- Merge #1383 from jdek: Fix randomness generation on
  macOS/iOS under chroot.
This commit is contained in:
W.C.A. Wijngaards
2026-07-09 09:21:56 +02:00
parent 71a971d70c
commit 61ca4111a1
2 changed files with 6 additions and 0 deletions
+2
View File
@@ -20,6 +20,8 @@
* http://man.openbsd.org/getentropy.2
*/
/* Modified to use SecRandomCopyBytes. It is from macOS 10.7 (2011) and
* iOS 2.0 (2008), and is the primary API for cryptographic random numbers. */
#include <errno.h>
#include <Security/SecRandom.h>
+4
View File
@@ -1,3 +1,7 @@
9 July 2026: Wouter
- Merge #1383 from jdek: Fix randomness generation on
macOS/iOS under chroot.
2 July 2026: Wouter
- Merge #1087: Overload `local_data_remove` to support removing
specific records.