diff --git a/cipherscan b/cipherscan index 95f19b1..c783041 100755 --- a/cipherscan +++ b/cipherscan @@ -458,6 +458,7 @@ parse_openssl_output() { while read data; do if [[ $data =~ $regex ]]; then current_sigalg="${BASH_REMATCH[1]// /_}" + break fi done <<<"$ossl_out" fi