Skip to content

Commit 6b4d76e

Browse files
author
Andras Fekete
committed
Default to latest OpenSSL
1 parent a75e02b commit 6b4d76e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

IDE/Android/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ fi
3232

3333
# Compile OpenSSL
3434
if [ ! -e ${WORKSPACE}/openssl-install ]; then
35-
OPENSSL_BRANCH=${OPENSSL_BRANCH:-"openssl-3.2.0"}
35+
OPENSSL_BRANCH=${OPENSSL_BRANCH:-"master"}
3636
echo "=== Installing OpenSSL ==="
3737
export OPENSSL_ALL_CIPHERS="-cipher ALL -ciphersuites TLS_AES_256_GCM_SHA384:TLS_AES_128_GCM_SHA256:TLS_AES_128_CCM_SHA256:TLS_AES_128_CCM_8_SHA256"
3838
git clone https://github.com/openssl/openssl.git --branch=${OPENSSL_BRANCH} ${WORKSPACE}/openssl-source && \

0 commit comments

Comments
 (0)