]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
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)
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

index 5e98513441ba2bfdb5a1ffd2398d1444377f8803..d076c7ebc41c46ca8e6f981e9495605339c8aa1d 100644 (file)
@@ -27,8 +27,7 @@
 #  endif
 #  include <dlfcn.h>
 #  define HAVE_DLINFO 1
-#  if defined(__CYGWIN__) || \
-     defined(__SCO_VERSION__) || defined(_SCO_ELF) || \
+#  if defined(__SCO_VERSION__) || defined(_SCO_ELF) || \
      (defined(__osf__) && !defined(RTLD_NEXT))     || \
      (defined(__OpenBSD__) && !defined(RTLD_SELF)) || \
         defined(__ANDROID__)