Remove debugging code

Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
This commit is contained in:
Manuel Pégourié-Gonnard 2024-03-21 11:07:14 +01:00
parent ebfcf58dc7
commit 09ed985bee

View File

@ -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
}