summaryrefslogtreecommitdiffstats
path: root/demos/bio/client-arg.c
diff options
context:
space:
mode:
Diffstat (limited to 'demos/bio/client-arg.c')
-rw-r--r--demos/bio/client-arg.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/demos/bio/client-arg.c b/demos/bio/client-arg.c
index 976fefff5d..27c4c98f96 100644
--- a/demos/bio/client-arg.c
+++ b/demos/bio/client-arg.c
@@ -94,12 +94,6 @@ int main(int argc, char **argv)
goto end;
}
- if (BIO_do_handshake(sbio) <= 0) {
- fprintf(stderr, "Error establishing SSL connection\n");
- ERR_print_errors_fp(stderr);
- goto end;
- }
-
/* Could examine ssl here to get connection info */
BIO_puts(sbio, "GET / HTTP/1.0\n\n");