rand_unix.c: Include correct headers for sysctl() on NetBSD
authornia <nia@netbsd.org>
Thu, 30 Apr 2020 13:41:07 +0000 (14:41 +0100)
committerMatt Caswell <matt@openssl.org>
Mon, 4 May 2020 08:04:40 +0000 (09:04 +0100)
commit78ed03986f39a5b85ebf04e5e97eaa9602dee0a3
tree2ed6606306d216ac4d86f159a755723345d054c4
parent1632a6854cc594901018f9490426b26e893aae43
rand_unix.c: Include correct headers for sysctl() on NetBSD

This allows sysctl(KERN_ARND) to be detected properly.

Reviewed-by: Paul Dale <paul.dale@oracle.com>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/11689)

(cherry picked from commit e2e4b784e65eaafb133a7db3d344446c43112d41)
crypto/rand/rand_unix.c