Cygwin: enable the use of Dl_info and dladdr()
authorRichard Levitte <levitte@openssl.org>
Wed, 17 Jul 2019 19:22:42 +0000 (21:22 +0200)
committerRichard Levitte <levitte@openssl.org>
Sun, 21 Jul 2019 09:08:56 +0000 (11:08 +0200)
commit12bd8f46311dda094e8b9f0be46d4053410894cb
tree8a515f5e84123bfa808fb2a63995f472746c4dac
parenta9befadf73df107a1da3f143d0b7ae941b6b3d8e
Cygwin: enable the use of Dl_info and dladdr()

These weren't available in Cygwin at the time our DSO code was
written, but things have changed since.

Fixes #9385

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9402)

(cherry picked from commit 38f6f99cdf0a87345d646d30a764c089c38627ad)
crypto/dso/dso_dlfcn.c