Add -no_alt_chains option to apps to implement the new
[openssl.git] / apps / s_server.c
index 2597e8c7085b2aa32c795dda33cea5e62493e87e..5d58fe0bdf82f5278da8022e02f6b7802e80f1dc 100644 (file)
@@ -553,6 +553,8 @@ static void sv_usage(void)
     BIO_printf(bio_err, " -state        - Print the SSL states\n");
     BIO_printf(bio_err, " -CApath arg   - PEM format directory of CA's\n");
     BIO_printf(bio_err, " -CAfile arg   - PEM format file of CA's\n");
+    BIO_printf(bio_err,
+               " -no_alt_chains - only ever use the first certificate chain found\n");
     BIO_printf(bio_err,
                " -nocert       - Don't use any certificates (Anon-DH)\n");
     BIO_printf(bio_err,