From: Simon Josefsson Date: Sat, 22 May 2010 20:37:48 +0000 (+0200) Subject: Fix self test. X-Git-Tag: gnutls_2_9_11~38 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5dfa0b28334e3617ee6dca67b9ef1f25cb6ed841;p=thirdparty%2Fgnutls.git Fix self test. --- diff --git a/tests/safe-renegotiation/srn5.c b/tests/safe-renegotiation/srn5.c index 7002bc844d..dcaf1cae13 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) {