rand/rand_unix.c: omit error from DSO_global_lookup.
authorAndy Polyakov <appro@openssl.org>
Fri, 8 Jun 2018 09:03:32 +0000 (11:03 +0200)
committerAndy Polyakov <appro@openssl.org>
Sat, 9 Jun 2018 12:43:33 +0000 (14:43 +0200)
commit46ceca3c91cc7b8e8f522009e7338a9a96952e6e
tree36e310a76db79528f8ed5da77a2e69e6bc487895
parent55fc247a699be33153f27c06d304e6e60eeff980
rand/rand_unix.c: omit error from DSO_global_lookup.

If built with no-dso, DSO_global_lookup leaves "unsupported" message
in error queue. Since there is a fall-back code, it's unnecessary
distraction.

Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Kurt Roeckx <kurt@roeckx.be>
(Merged from https://github.com/openssl/openssl/pull/6436)
crypto/rand/rand_unix.c