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.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/demos/bio/client-arg.c b/demos/bio/client-arg.c
index 27c4c98f96..c35b9233a4 100644
--- a/demos/bio/client-arg.c
+++ b/demos/bio/client-arg.c
@@ -80,9 +80,6 @@ int main(int argc, char **argv)
goto end;
}
- /* Don't want any retries */
- SSL_set_mode(ssl, SSL_MODE_AUTO_RETRY);
-
/* We might want to do other things with ssl here */
BIO_set_conn_hostname(sbio, connect_str);