Add -no_alt_chains option to apps to implement the new
[openssl.git] / apps / smime.c
index 5efe51f7d7ce91d69b658fdc934bfec9a374a84d..930978fd9b11ffcfab4d884b922e20b40d98e8b4 100644 (file)
@@ -443,6 +443,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 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,
                    "-crl_check     check revocation status of signer's certificate using CRLs\n");
         BIO_printf(bio_err,