]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - apps/s_client.c
Enable SSL_MODE_AUTO_RETRY by default
[thirdparty/openssl.git] / apps / s_client.c
index 59342366b95ae5d128bb958d0e03d1facd9a9d84..9122d489364c4ed012749e297534b83d2cea881f 100644 (file)
@@ -1675,6 +1675,8 @@ int s_client_main(int argc, char **argv)
         goto end;
     }
 
+    SSL_CTX_clear_mode(ctx, SSL_MODE_AUTO_RETRY);
+
     if (sdebug)
         ssl_ctx_security_debug(ctx, sdebug);