mirror of
https://github.com/cuberite/polarssl.git
synced 2025-08-20 19:16:32 -04:00
Update incorrect comment
Signed-off-by: Pengyu Lv <pengyu.lv@arm.com>
This commit is contained in:
parent
95167893f6
commit
fef3ad0a14
@ -1175,7 +1175,7 @@ run_client() {
|
|||||||
if [ $EXIT -eq 0 ]; then
|
if [ $EXIT -eq 0 ]; then
|
||||||
RESULT=0
|
RESULT=0
|
||||||
else
|
else
|
||||||
# If the cipher isn't supported...
|
# If ti 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