diff options
author | jsing <> | 2018-02-07 05:47:55 +0000 |
---|---|---|
committer | jsing <> | 2018-02-07 05:47:55 +0000 |
commit | 8b26a12dbe124fea0169712974ac2d8468e92dd9 (patch) | |
tree | 4fc27d43e8a00c73b96eeca6961a12b7a625e0c8 /src/usr.bin/openssl/smime.c | |
parent | 8af3d9d9a31769e939636e3beaf236d858d41d19 (diff) | |
download | openbsd-8b26a12dbe124fea0169712974ac2d8468e92dd9.tar.gz openbsd-8b26a12dbe124fea0169712974ac2d8468e92dd9.tar.bz2 openbsd-8b26a12dbe124fea0169712974ac2d8468e92dd9.zip |
Indent labels with a single space so that diff prototypes are more useful.
Diffstat (limited to 'src/usr.bin/openssl/smime.c')
-rw-r--r-- | src/usr.bin/openssl/smime.c | 6 |
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) { |
345 | argerr: | 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; |
623 | end: | 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); |