mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-10 23:55:35 -04:00
Remove debugging code
Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
This commit is contained in:
parent
ebfcf58dc7
commit
09ed985bee
@ -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
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user