Skip to content

Commit

Permalink
libressl: switch to cmake [ci skip]
Browse files Browse the repository at this point in the history
autotools works, and as with libssh2, it could serve as a test bed for
keeping autotools support alive, but in practice, autotools is already
broken in curl-for-win and needs lots of effort to keep working. So I'm
letting it slip in favour of focusing on CMake where supported.

LibreSSL CMake support got a critical fix in v3.8.1 to repair ASM use
with mingw-w64. Then some more in v3.8.2. Its next release (v3.8.3?)
will fix some more issues in apps and libtls, but we don't ship those
so curl-for-win is unaffected.
  • Loading branch information
vszakats committed Nov 7, 2023
1 parent 337bf38 commit a34ccba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ set -o xtrace -o errexit -o nounset; [ -n "${BASH:-}${ZSH_NAME:-}" ] && set -o p
# mbedtls cmake
# openssl/quictls proprietary
# boringssl/awslc cmake
# libressl autotools, cmake
# libressl cmake, autotools
# wolfssh autotools
# libssh cmake
# libssh2 cmake-unity, autotools
Expand Down
2 changes: 1 addition & 1 deletion libressl.sh

0 comments on commit a34ccba

Please sign in to comment.