Skip to content

Commit

Permalink
Merge pull request #3746 from citrus-it/opensslapi
Browse files Browse the repository at this point in the history
Stop building OpenSSL 3 against API 1.1.1
  • Loading branch information
hadfl authored Nov 28, 2024
2 parents 0f1cae9 + 8b3d2d8 commit f043c1e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build/openssl/build-3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ LDFLAGS[base]="-shared -Wl,-z,text,-z,aslr,-z,ignore"
declare -A OPENSSL_CONFIG_OPTS
OPENSSL_CONFIG_OPTS="shared threads zlib"
OPENSSL_CONFIG_OPTS+=" --prefix=$PREFIX"
# Build with support for the previous 1.1.1 API
OPENSSL_CONFIG_OPTS+=" --api=1.1.1"

# Configure options specific to a particular arch.
OPENSSL_CONFIG_OPTS[i386]="--libdir=$PREFIX/lib"
Expand Down

0 comments on commit f043c1e

Please sign in to comment.