mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-05-25 16:42:41 +03:00
Fix typo
Signed-off-by: Pengyu Lv <pengyu.lv@arm.com>
This commit is contained in:
parent
fef3ad0a14
commit
ab1fb39d7a
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user