summaryrefslogtreecommitdiff
path: root/src/cli.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli.c')
-rw-r--r--src/cli.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/cli.c b/src/cli.c
index 4e5bebe9d6..2aa2da4197 100644
--- a/src/cli.c
+++ b/src/cli.c
@@ -826,17 +826,6 @@ after_handshake:
continue;
}
- if (strstr(buffer, "**REHANDSHAKE**") != NULL) {
- fprintf (stderr, "*** Starting TLS rehandshake\n");
- ret = do_handshake (&hd);
- if (ret < 0)
- {
- fprintf (stderr, "*** Rehandshake has failed\n");
- user_term = 1;
- retval = 1;
- break;
- }
- }
if (crlf != 0)
{
char *b = strchr (buffer, '\n');