[openssh-commits] [openssh] 01/02: Boringssl now puts libcrypto in a different place.
git+noreply at mindrot.org
git+noreply at mindrot.org
Tue May 6 08:16:04 AEST 2025
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit 57eb87b15bd0343372f99d661ce95efb25a16f1e
Author: Darren Tucker <dtucker at dtucker.net>
AuthorDate: Tue May 6 08:07:23 2025 +1000
Boringssl now puts libcrypto in a different place.
---
.github/setup_ci.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/setup_ci.sh b/.github/setup_ci.sh
index 9b2767a85..df70c96ec 100755
--- a/.github/setup_ci.sh
+++ b/.github/setup_ci.sh
@@ -248,7 +248,7 @@ if [ ! -z "${INSTALL_BORINGSSL}" ]; then
cd ${HOME}/boringssl && mkdir build && cd build &&
cmake -GNinja -DCMAKE_POSITION_INDEPENDENT_CODE=ON .. && ninja &&
mkdir -p /opt/boringssl/lib &&
- cp ${HOME}/boringssl/build/crypto/libcrypto.a /opt/boringssl/lib &&
+ cp ${HOME}/boringssl/build/libcrypto.a /opt/boringssl/lib &&
cp -r ${HOME}/boringssl/include /opt/boringssl)
fi
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list