Remove unnecessary setting SSL_MODE_AUTO_RETRY
[openssl.git] / demos / bio / client-arg.c
index 27c4c98f966483d78743102edd0c0ddcfaa4ecd4..c35b9233a4aad7d1859e7da1177eb1ecd36b21aa 100644 (file)
@@ -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);