commit | 09ed985beef3ca16c22fcfff17ec7f4d89ed2619 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com> | Thu Mar 21 11:07:14 2024 +0100 |
committer | Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com> | Thu Mar 21 11:07:14 2024 +0100 |
tree | c11dd60c0c68712711ffa504bf3abc0e70e84486 | |
parent | ebfcf58dc7937c779c063b208c524445450d4c42 [diff] |
Remove debugging code Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
diff --git a/tests/compat.sh b/tests/compat.sh index e41489f..c2ea882 100755 --- a/tests/compat.sh +++ b/tests/compat.sh
@@ -922,7 +922,6 @@ # g_check_ciphersuite CIPHER_SUITE_NAME g_check_ciphersuite() { - set -x if [ -z "$GNUTLS_HAS_TLS1_RSA_NULL_SHA256" ]; then case "$MODE" in tls1|tls1_1|dtls1) @@ -932,7 +931,6 @@ esac;; esac fi - set +x }