Add -no_alt_chains option to apps to implement the new
[openssl.git] / apps / cms.c
index fbb5607398f2de171aeb9f8f17689f9f8e292acb..479d1dddf25774c690867f712e18a8d115e58e00 100644 (file)
@@ -645,6 +645,8 @@ int MAIN(int argc, char **argv)
         BIO_printf(bio_err, "-CAfile file   trusted certificates file\n");
         BIO_printf(bio_err,
                    "-trusted_first use locally trusted certificates 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,
                    "-crl_check     check revocation status of signer's certificate using CRLs\n");
         BIO_printf(bio_err,