Add -no_alt_chains option to apps to implement the new
[openssl.git] / apps / s_client.c
index 1607c6e4388fb91d03866751b2af77f592011756..bc82239f1bef281ea104a303d422443d69ce47d2 100644 (file)
@@ -320,6 +320,8 @@ static void sc_usage(void)
     BIO_printf(bio_err, " -CAfile arg   - PEM format file of CA's\n");
     BIO_printf(bio_err,
                " -trusted_first - Use local 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,
                " -reconnect    - Drop and re-make the connection with the same Session-ID\n");
     BIO_printf(bio_err,