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 07:55:47 +0000 (08:55 +0100)
commite2e4b784e65eaafb133a7db3d344446c43112d41
tree63c970b82f3d5af7fb90b6c0bea930c611cbf550
parente4ec769eb9a18df3593339fc1213dc9441155c90
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)
crypto/rand/rand_unix.c