diff --git a/cipherscan b/cipherscan index 0711ceb..c8f5224 100755 --- a/cipherscan +++ b/cipherscan @@ -883,7 +883,7 @@ test_serverside_ordering() { sslcommand+=" -status $SCLIENTARGS -connect $TARGET -cipher $ciphersuite" test_cipher_on_target "$sslcommand" - if [[ $? -ne 0 ]]; then + if (( $? != 0 )); then serverside="True" else local selected=($result)