summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2010-05-21 09:39:08 +0200
committerSimon Josefsson <simon@josefsson.org>2010-05-21 13:56:36 +0200
commitbef37bc1f17c833f8a21c2bebd39baaa343b20d3 (patch)
tree9e284601821c7996061cfb7bb7e0b10d7a169255 /tests
parent8e46c951536641a7a5e08e79570040492a5cf0b3 (diff)
downloadgnutls-bef37bc1f17c833f8a21c2bebd39baaa343b20d3.tar.gz
Remove gnutls_safe_negotiation_set_initial and gnutls_safe_renegotiation_set.
Diffstat (limited to 'tests')
-rw-r--r--tests/safe-renegotiation/srn2.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/safe-renegotiation/srn2.c b/tests/safe-renegotiation/srn2.c
index 0f4041f86e..e9ac540454 100644
--- a/tests/safe-renegotiation/srn2.c
+++ b/tests/safe-renegotiation/srn2.c
@@ -312,8 +312,8 @@ main (int argc, char *argv[])
}
/* Check that this API does not affect anything after first
- handshake. */
- gnutls_safe_negotiation_set_initial (server, 0);
+ handshake.
+ gnutls_safe_negotiation_set_initial (server, 0); */
sret = gnutls_rehandshake (server);
if (debug_level > 0)
@@ -371,8 +371,8 @@ main (int argc, char *argv[])
if (cret != GNUTLS_E_SUCCESS && sret != GNUTLS_E_SUCCESS)
exit_code = 1;
- /* Check that disabling the extension will break rehandshakes. */
- gnutls_safe_renegotiation_set (client, 0);
+ /* Check that disabling the extension will break rehandshakes.
+ gnutls_safe_renegotiation_set (client, 0); */
sret = gnutls_rehandshake (server);
if (debug_level > 0)