summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2005-01-15 14:39:36 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2005-01-15 14:39:36 +0000
commit6c8179d141c4c94fcc6030c078c99cb90abd6c5d (patch)
treef3fa75de8095c56b52620d08e1bf9e73c2b3e6b6
parent534e7353afa0264c3d18e599d0b89c6ad94a84e0 (diff)
downloadgnutls-6c8179d141c4c94fcc6030c078c99cb90abd6c5d.tar.gz
*** empty log message ***
-rw-r--r--src/tls_test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tls_test.c b/src/tls_test.c
index 18655e9b1c..d7c872fdfa 100644
--- a/src/tls_test.c
+++ b/src/tls_test.c
@@ -1,6 +1,6 @@
/*
* Copyright (C) 2000,2001,2002,2003 Nikos Mavroyanopoulos
- * Copyright (C) 2004 Free Software Foundation
+ * Copyright (C) 2004,2005 Free Software Foundation
*
* This file is part of GNUTLS.
*
@@ -82,7 +82,7 @@ typedef struct {
static const TLS_TEST tls_tests[] = {
{"for TLS 1.1 support", test_tls1_1, "yes", "no", "dunno"},
- {"fallback from TLS 1.1 to", test_tls1_1_fallback, "TLS 1.0", "",
+ {"fallback from TLS 1.1 to", test_tls1_1_fallback, "TLS 1.0", "failed",
"SSL 3.0"},
{"for TLS 1.0 support", test_tls1, "yes", "no", "dunno"},
{"for SSL 3.0 support", test_ssl3, "yes", "no", "dunno"},