This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-crypto.git
The following commit(s) were added to refs/heads/master by this push: new db8c8449 Looking for openssl include link db8c8449 is described below commit db8c844978ce2fe6c2ee04d4866f2d3bef6754fb Author: Sebb <s...@apache.org> AuthorDate: Tue Jul 23 23:26:59 2024 +0100 Looking for openssl include link --- .github/workflows/adhoctest.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/adhoctest.yml b/.github/workflows/adhoctest.yml index 86dd4fa4..7996f5ad 100644 --- a/.github/workflows/adhoctest.yml +++ b/.github/workflows/adhoctest.yml @@ -56,4 +56,6 @@ jobs: find /opt -type d -name openssl -ls || true ls -l /usr/local/include /usr/local/opt/openssl/include || true # is this where macos12-13 find aes.h? ls -l /opt/local/include || true # Try this for macos-14 + find /usr -type l -name openssl -ls 2>/dev/null + find /opt -type l -name openssl -ls 2>/dev/null which -a openssl | while read a ;do echo "$a" ; "$a" version -a; echo '======='; done