[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] GNU gnutls branch, master, updated. gnutls_2_9_10-41-g5dfa0b2
From: |
Simon Josefsson |
Subject: |
[SCM] GNU gnutls branch, master, updated. gnutls_2_9_10-41-g5dfa0b2 |
Date: |
Sat, 22 May 2010 20:37:51 +0000 |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU gnutls".
http://git.savannah.gnu.org/cgit/gnutls.git/commit/?id=5dfa0b28334e3617ee6dca67b9ef1f25cb6ed841
The branch, master has been updated
via 5dfa0b28334e3617ee6dca67b9ef1f25cb6ed841 (commit)
from b44620626a681b649613055973cfc2630343be05 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 5dfa0b28334e3617ee6dca67b9ef1f25cb6ed841
Author: Simon Josefsson <address@hidden>
Date: Sat May 22 22:37:48 2010 +0200
Fix self test.
-----------------------------------------------------------------------
Summary of changes:
tests/safe-renegotiation/srn5.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/tests/safe-renegotiation/srn5.c b/tests/safe-renegotiation/srn5.c
index 7002bc8..dcaf1ca 100644
--- a/tests/safe-renegotiation/srn5.c
+++ b/tests/safe-renegotiation/srn5.c
@@ -24,7 +24,8 @@
*
* This tests that clients with support for safe renegotiation is able
* to handshake properly against a server with no support for safe
- * renegotiation, but that the client will not perform a rehandshake.
+ * renegotiation, but that the client will not be able to complete a
+ * rehandshake.
*/
#ifdef HAVE_CONFIG_H
@@ -246,8 +247,6 @@ main (int argc, char *argv[])
exit_code = EXIT_FAILURE;
}
- abort ();
-
sret = gnutls_rehandshake (server);
if (debug_level > 0)
{
hooks/post-receive
--
GNU gnutls
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] GNU gnutls branch, master, updated. gnutls_2_9_10-41-g5dfa0b2,
Simon Josefsson <=