mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2025-12-06 07:12:32 +01:00
Run test_translate_ciphers_format.sh from root
Signed-off-by: Joe Subbiani <joe.subbiani@arm.com>
This commit is contained in:
parent
f849a93d94
commit
a56e10db4c
|
|
@ -29,6 +29,11 @@
|
||||||
# This files main purpose is to ensure translate_ciphers.py can take strings
|
# This files main purpose is to ensure translate_ciphers.py can take strings
|
||||||
# in the expected format and return them in the format compat.sh will expect.
|
# in the expected format and return them in the format compat.sh will expect.
|
||||||
|
|
||||||
|
if cd $( dirname $0 ); then :; else
|
||||||
|
echo "cd $( dirname $0 ) failed" >&2
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
|
||||||
# Ciphers that will use translate_ciphers.py
|
# Ciphers that will use translate_ciphers.py
|
||||||
M_CIPHERS=""
|
M_CIPHERS=""
|
||||||
O_CIPHERS=""
|
O_CIPHERS=""
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue