-
-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add workaround for OpenSSL in Cygwin
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: #172
- Loading branch information
Showing
2 changed files
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,7 @@ at https://github.com/dillo-browser/dillo | |
dillo-3.1.1 [not released yet] | ||
|
||
+- Disable TLSv1.3 in Mbed TLS 3.6.0 until it is supported. | ||
- Add workaround for Cygwin and OpenSSL with --disable-threaded-dns. | ||
Patches: Rodrigo Arias Mallo <[email protected]> | ||
|
||
dillo-3.1.0 [May 4, 2024] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters