Skip to content

Commit

Permalink
ci: move away from OpenSSL 1.1.1
Browse files Browse the repository at this point in the history
Per previous NEWS entry.
  • Loading branch information
LDVG committed Sep 9, 2024
1 parent d45614c commit ea91af5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .actions/build-linux-i686-w64-mingw32-gcc
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ make -j"$(nproc)" -C build
sudo make -C build install
cd ..

# Build and install OpenSSL 1.1.1w.
git clone --depth=1 https://github.com/openssl/openssl -b OpenSSL_1_1_1w
# Build and install OpenSSL 3.0.15.
git clone --depth=1 https://github.com/openssl/openssl -b openssl-3.0.15
cd openssl
./Configure mingw --prefix=/fakeroot --openssldir=/fakeroot/openssl \
--cross-compile-prefix=i686-w64-mingw32-
Expand Down
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ https://developers.yubico.com/libfido2/Releases[release page].
=== Dependencies

*libfido2* depends on https://github.com/pjk/libcbor[libcbor],
https://www.openssl.org[OpenSSL] 1.1 or newer, and https://zlib.net[zlib].
https://www.openssl.org[OpenSSL] 3.0 or newer, and https://zlib.net[zlib].
On Linux, libudev
(part of https://www.freedesktop.org/wiki/Software/systemd[systemd]) is also
required.
Expand Down

0 comments on commit ea91af5

Please sign in to comment.