diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2024-06-03 16:17:02 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2024-06-03 16:19:54 +0000 |
| commit | 1b2aa3deeb0dbbace9fed635fa01b6f6e8480901 (patch) | |
| tree | d4f991a92b1c7c84e264b900f50f2fa0202c872a /compat/arc4random.h | |
| parent | 96dba636abec6d5451820add99300bda2ca6d86a (diff) | |
Import dhcpcd 10.0.8vendor/dhcpcd/10.0.8vendor/dhcpcd
Event: Kitchener-Waterloo Hackathon 202406
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'compat/arc4random.h')
| -rw-r--r-- | compat/arc4random.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compat/arc4random.h b/compat/arc4random.h index a975fef3cd1b..ea1d6369235b 100644 --- a/compat/arc4random.h +++ b/compat/arc4random.h @@ -13,4 +13,6 @@ #include <stdint.h> uint32_t arc4random(void); +void arc4random_buf(void *, size_t); + #endif |
