]> git.ipfire.org Git - thirdparty/openssl.git/commit
rand: avoid unused function warning for FreeBSD and NetBSD.
authorPauli <ppzgs1@gmail.com>
Mon, 31 Mar 2025 02:01:22 +0000 (13:01 +1100)
committerTomas Mraz <tomas@openssl.org>
Tue, 1 Apr 2025 13:09:30 +0000 (15:09 +0200)
commit0fe8784131f786de8fa4a52fe559eae0c32903ca
treec26639e33393bded145539e07613cb4c5f633530
parentd04ea9af7907934e49e37e77ea4cbcb1105f444e
rand: avoid unused function warning for FreeBSD and NetBSD.

The existing checks were not sufficiently version specific.

Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/27204)
providers/implementations/rands/seeding/rand_unix.c