summaryrefslogtreecommitdiff
path: root/src/usr.bin/openssl/smime.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr.bin/openssl/smime.c')
-rw-r--r--src/usr.bin/openssl/smime.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr.bin/openssl/smime.c b/src/usr.bin/openssl/smime.c
index 4222e24bc1..e8f5201e1b 100644
--- a/src/usr.bin/openssl/smime.c
+++ b/src/usr.bin/openssl/smime.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: smime.c,v 1.9 2018/02/07 04:57:06 jsing Exp $ */ 1/* $OpenBSD: smime.c,v 1.10 2018/02/07 05:47:55 jsing Exp $ */
2/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL 2/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
3 * project. 3 * project.
4 */ 4 */
@@ -342,7 +342,7 @@ smime_main(int argc, char **argv)
342 badarg = 1; 342 badarg = 1;
343 343
344 if (badarg) { 344 if (badarg) {
345argerr: 345 argerr:
346 BIO_printf(bio_err, "Usage smime [options] cert.pem ...\n"); 346 BIO_printf(bio_err, "Usage smime [options] cert.pem ...\n");
347 BIO_printf(bio_err, "where options are\n"); 347 BIO_printf(bio_err, "where options are\n");
348 BIO_printf(bio_err, "-encrypt encrypt message\n"); 348 BIO_printf(bio_err, "-encrypt encrypt message\n");
@@ -620,7 +620,7 @@ argerr:
620 } 620 }
621 } 621 }
622 ret = 0; 622 ret = 0;
623end: 623 end:
624 if (ret) 624 if (ret)
625 ERR_print_errors(bio_err); 625 ERR_print_errors(bio_err);
626 sk_X509_pop_free(encerts, X509_free); 626 sk_X509_pop_free(encerts, X509_free);