Add -no_alt_chains option to apps to implement the new
[openssl.git] / apps / s_server.c
index 573bc873bf8ab99c208a2965827eef9abd90c727..4311d6d6fba98e83c3ceaad33b75622560b441bb 100644 (file)
@@ -508,6 +508,8 @@ static void sv_usage(void)
     BIO_printf(bio_err, " -CAfile arg   - PEM format file of CA's\n");
     BIO_printf(bio_err,
                " -trusted_first - Use locally trusted CA's first when building trust chain\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,