Add -no_alt_chains option to apps to implement the new
[openssl.git] / apps / ocsp.c
index 4b9d6f6b330d3c63736a78f68a7fa9f82c29a674..b0b30696765a8ddf26ac8e0563d5e2aa8ac8aea1 100644 (file)
@@ -537,6 +537,8 @@ int MAIN(int argc, char **argv)
                    "-CAfile file         trusted certificates file\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,
                    "-VAfile file         validator certificates file\n");
         BIO_printf(bio_err,