1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-05-25 16:42:41 +03:00
Signed-off-by: Pengyu Lv <pengyu.lv@arm.com>
This commit is contained in:
Pengyu Lv 2023-02-23 18:27:33 +08:00
parent fef3ad0a14
commit ab1fb39d7a

View File

@ -1175,7 +1175,7 @@ run_client() {
if [ $EXIT -eq 0 ]; then if [ $EXIT -eq 0 ]; then
RESULT=0 RESULT=0
else else
# If ti is NULL cipher ... # If it is NULL cipher ...
if grep 'Cipher is (NONE)' $CLI_OUT >/dev/null; then if grep 'Cipher is (NONE)' $CLI_OUT >/dev/null; then
RESULT=1 RESULT=1
else else