X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=apps%2Fsmime.c;h=930978fd9b11ffcfab4d884b922e20b40d98e8b4;hp=5efe51f7d7ce91d69b658fdc934bfec9a374a84d;hb=25690b7f5f3d78a52c1377b823b40c6a0e12022b;hpb=15dba5be6a4482a9ad7e5b846291f31e97e338ca diff --git a/apps/smime.c b/apps/smime.c index 5efe51f7d7..930978fd9b 100644 --- a/apps/smime.c +++ b/apps/smime.c @@ -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,