mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-29 11:41:15 +03:00
Set OpenSSL/GnuTLS variables in release components
Signed-off-by: Bence Szépkúti <bence.szepkuti@arm.com>
This commit is contained in:
@ -748,7 +748,7 @@ pre_check_tools () {
|
|||||||
# Require OpenSSL and GnuTLS if running any tests (as opposed to
|
# Require OpenSSL and GnuTLS if running any tests (as opposed to
|
||||||
# only doing builds). Not all tests run OpenSSL and GnuTLS, but this
|
# only doing builds). Not all tests run OpenSSL and GnuTLS, but this
|
||||||
# is a good enough approximation in practice.
|
# is a good enough approximation in practice.
|
||||||
*" test_"*)
|
*" test_"* | *" release_test_"*)
|
||||||
# To avoid setting OpenSSL and GnuTLS for each call to compat.sh
|
# To avoid setting OpenSSL and GnuTLS for each call to compat.sh
|
||||||
# and ssl-opt.sh, we just export the variables they require.
|
# and ssl-opt.sh, we just export the variables they require.
|
||||||
export OPENSSL="$OPENSSL"
|
export OPENSSL="$OPENSSL"
|
||||||
|
Reference in New Issue
Block a user