mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-16 08:42:50 +00:00
Call the right function
Correct erroneous function call Signed-off-by: Thomas Daubney <thomas.daubney@arm.com>
This commit is contained in:
parent
d289b8bdca
commit
0eb2dc11c4
@ -28,7 +28,8 @@ in_mbedtls_repo () {
|
|||||||
|
|
||||||
in_tf_psa_crypto_repo () {
|
in_tf_psa_crypto_repo () {
|
||||||
test -d include -a -d core -a -d drivers -a -d programs -a -d tests
|
test -d include -a -d core -a -d drivers -a -d programs -a -d tests
|
||||||
}
|
}
|
||||||
|
|
||||||
if in_mbedtls_repo; then
|
if in_mbedtls_repo; then
|
||||||
library_dir='library'
|
library_dir='library'
|
||||||
elif in_tf_psa_crypto_repo; then
|
elif in_tf_psa_crypto_repo; then
|
||||||
@ -133,7 +134,7 @@ check tests/scripts/generate_psa_tests.py $(tests/scripts/generate_psa_tests.py
|
|||||||
check scripts/generate_driver_wrappers.py $library_dir/psa_crypto_driver_wrappers.h $library_dir/psa_crypto_driver_wrappers_no_static.c
|
check scripts/generate_driver_wrappers.py $library_dir/psa_crypto_driver_wrappers.h $library_dir/psa_crypto_driver_wrappers_no_static.c
|
||||||
|
|
||||||
# Additional checks for Mbed TLS only
|
# Additional checks for Mbed TLS only
|
||||||
if in_mbedtls_build_dir; then
|
if in_mbedtls_repo; then
|
||||||
check scripts/generate_errors.pl library/error.c
|
check scripts/generate_errors.pl library/error.c
|
||||||
check scripts/generate_query_config.pl programs/test/query_config.c
|
check scripts/generate_query_config.pl programs/test/query_config.c
|
||||||
check scripts/generate_features.pl library/version_features.c
|
check scripts/generate_features.pl library/version_features.c
|
||||||
|
Loading…
x
Reference in New Issue
Block a user