fix comment issues

Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
This commit is contained in:
Jerry Yu 2021-09-02 17:40:08 +08:00
parent b12d81d1a3
commit 75261df2e3

View file

@ -405,7 +405,7 @@ requires_gnutls_tls1_3() {
fi
}
# check %NO_TICKETS option
# Check %NO_TICKETS option
requires_gnutls_next_no_ticket() {
requires_gnutls_next
if [ "$GNUTLS_NEXT_AVAILABLE" = "NO" ]; then
@ -424,7 +424,7 @@ requires_gnutls_next_no_ticket() {
fi
}
# check %%DISABLE_TLS13_COMPAT_MODE option
# Check %DISABLE_TLS13_COMPAT_MODE option
requires_gnutls_next_disable_tls13_compat() {
requires_gnutls_next
if [ "$GNUTLS_NEXT_AVAILABLE" = "NO" ]; then
@ -8627,7 +8627,7 @@ run_test "TLS1.3: Test openssl tls1_3 feature" \
-c "TLS 1.3" \
-s "TLS 1.3"
# gnutls feature tests: check if tls1.3,NO_TICKETS and DISABLE_TLS13_COMPAT_MODE exist.
# gnutls feature tests: check if TLS 1.3 is supported as well as the NO_TICKETS and DISABLE_TLS13_COMPAT_MODE options.
requires_gnutls_tls1_3
requires_gnutls_next_no_ticket
requires_gnutls_next_disable_tls13_compat