blob: 8aa09de87047bd69f804f5893ae97a1dfc074723 (
plain)
1
2
3
4
5
6
7
8
|
Title: Add workaround for OpenSSL in Cygwin
Author: rodarima
Created: Mon, 20 May 2024 19:21:40 +0000
State: closed
Cygwin doesn't seem to support detached threads used by the threaded DNS resolver at the same time the dynamic OpenSSL library is used. As a workaround we suggest disabling the threaded DNS (will use the same thread) if building with OpenSSL on Cygwin.
Fixes: https://github.com/dillo-browser/dillo/issues/172
|