Skip to content

Commit

Permalink
libressl.sh: link to upstream --prefix issue [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed Oct 24, 2024
1 parent 1e26116 commit 9fcf5af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libressl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
# - Missing `SSL_set0_wbio()` function.
# https://github.com/libressl/portable/issues/838
# - No obvious way to selectively disable obsolete protocols/APIs/features.
# - `--prefix` ignore in `cmake --install` for /etc/ssl files.
# - `--prefix` ignored in `cmake --install` for /etc/ssl files.
# https://github.com/libressl/portable/issues/1118

# shellcheck disable=SC3040,SC2039
set -o xtrace -o errexit -o nounset; [ -n "${BASH:-}${ZSH_NAME:-}" ] && set -o pipefail
Expand Down

0 comments on commit 9fcf5af

Please sign in to comment.