X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=demos%2Fbio%2Fclient-arg.c;h=c35b9233a4aad7d1859e7da1177eb1ecd36b21aa;hp=27c4c98f966483d78743102edd0c0ddcfaa4ecd4;hb=1ac64327dfd8d20072a34e73116ab222d77a24d0;hpb=86522324d2a398ad3ed2f648a66b62b0a6176258 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);