Enable SSL_MODE_AUTO_RETRY by default
[openssl.git] / apps / s_server.c
index 618061725879ee1fc04b3ab22fb6fbfaecaaec8a..b0d38e4849ff9149594b7b48316b254f660b1ca3 100644 (file)
@@ -1753,6 +1753,9 @@ int s_server_main(int argc, char *argv[])
         ERR_print_errors(bio_err);
         goto end;
     }
+
+    SSL_CTX_clear_mode(ctx, SSL_MODE_AUTO_RETRY);
+
     if (sdebug)
         ssl_ctx_security_debug(ctx, sdebug);