From 09ed985beef3ca16c22fcfff17ec7f4d89ed2619 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Thu, 21 Mar 2024 11:07:14 +0100 Subject: [PATCH] Remove debugging code MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Manuel Pégourié-Gonnard --- tests/compat.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/compat.sh b/tests/compat.sh index e41489f7b..c2ea8821d 100755 --- a/tests/compat.sh +++ b/tests/compat.sh @@ -922,7 +922,6 @@ o_check_ciphersuite() # 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 @@ g_check_ciphersuite() esac;; esac fi - set +x }