]> git.ipfire.org Git - thirdparty/openssl.git/commit
rand/rand_unix.c: mask getentropy ELF detection on HP-UX.
authorAndy Polyakov <appro@openssl.org>
Sun, 24 Jun 2018 11:24:27 +0000 (13:24 +0200)
committerAndy Polyakov <appro@openssl.org>
Mon, 25 Jun 2018 14:45:09 +0000 (16:45 +0200)
commit8d58f0171e743ebda2b676016800f0a4cd66a1da
tree64f35f8b1418f9f5881deb1301d0bfe73eaf12bf
parent95a3705745aee42c6a6ef991707664c644541283
rand/rand_unix.c: mask getentropy ELF detection on HP-UX.

Unlike other ELF systems, HP-UX run-time linker fails to detect symbol
availability through weak declaration.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6583)
crypto/rand/rand_unix.c