]> git.ipfire.org Git - thirdparty/openssl.git/commit
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:06:22 +0000 (11:06 +0200)
commit38f6f99cdf0a87345d646d30a764c089c38627ad
tree37410425f7c8927178c01eca5dfaa9bb93d9b4e9
parent5800ba761052894145abe7a74a1159df007b6875
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)
crypto/dso/dso_dlfcn.c