summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2003-01-23 15:09:23 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2003-01-23 15:09:23 +0000
commit741a2d18cf5e9a4db4426b51707bcb80c2b506a0 (patch)
tree1b65f68c38b100560b4152c3237e357753c0359b /src
parent5a368b83d53b2add4a24389d47ee832a2cddf62f (diff)
downloadgnutls-741a2d18cf5e9a4db4426b51707bcb80c2b506a0.tar.gz
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/tls_test.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tls_test.c b/src/tls_test.c
index acc9bab61b..58304bac4a 100644
--- a/src/tls_test.c
+++ b/src/tls_test.c
@@ -97,9 +97,9 @@ static const TLS_TEST tls_tests[] = {
{ "for ARCFOUR cipher support", test_arcfour, "yes", "no", "dunno"},
{ "for MD5 MAC support", test_md5, "yes", "no", "dunno"},
{ "for SHA1 MAC support", test_sha, "yes", "no", "dunno"},
- { "for max record size TLS extension", test_max_record_size, "yes", "no", "dunno" },
- { "for SRP authentication support (gnutls extension)", test_srp, "yes", "no", "dunno" },
- { "for OpenPGP authentication support (gnutls extension)", test_openpgp1, "yes", "no", "dunno" },
+ { "for max record size (TLS extension)", test_max_record_size, "yes", "no", "dunno" },
+ { "for SRP authentication support (TLS extension)", test_srp, "yes", "no", "dunno" },
+ { "for OpenPGP authentication support (TLS extension)", test_openpgp1, "yes", "no", "dunno" },
{ NULL }
};