Remove "-immedate_renegotiation" option
[openssl.git] / apps / s_client.c
index ac9b08dfc2eae86cf75548756ef069b41636e96b..3b9be0e8c265bc6fb265dc92df77529147bce54b 100644 (file)
@@ -1047,9 +1047,6 @@ int s_client_main(int argc, char **argv)
         case OPT_BRIEF:
             c_brief = verify_args.quiet = c_quiet = 1;
             break;
-        case OPT_S_IMMEDIATE_RENEG:
-            /* Option ignored on client. */
-            break;
         case OPT_S_CASES:
             if (ssl_args == NULL)
                 ssl_args = sk_OPENSSL_STRING_new_null();