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/verify.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/verify.c')
-rw-r--r-- | src/usr.bin/openssl/verify.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr.bin/openssl/verify.c b/src/usr.bin/openssl/verify.c index d9b5ef9795..f616e3c440 100644 --- a/src/usr.bin/openssl/verify.c +++ b/src/usr.bin/openssl/verify.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: verify.c,v 1.6 2015/10/17 15:00:11 doug Exp $ */ | 1 | /* $OpenBSD: verify.c,v 1.7 2018/02/07 05:47:55 jsing Exp $ */ |
2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
@@ -201,7 +201,7 @@ verify_main(int argc, char **argv) | |||
201 | ret = -1; | 201 | ret = -1; |
202 | } | 202 | } |
203 | 203 | ||
204 | end: | 204 | end: |
205 | if (ret == 1) { | 205 | if (ret == 1) { |
206 | BIO_printf(bio_err, "usage: verify [-verbose] [-CApath path] [-CAfile file] [-purpose purpose] [-crl_check]"); | 206 | BIO_printf(bio_err, "usage: verify [-verbose] [-CApath path] [-CAfile file] [-purpose purpose] [-crl_check]"); |
207 | BIO_printf(bio_err, " [-attime timestamp]"); | 207 | BIO_printf(bio_err, " [-attime timestamp]"); |
@@ -259,7 +259,7 @@ check(X509_STORE * ctx, char *file, STACK_OF(X509) * uchain, | |||
259 | 259 | ||
260 | ret = 0; | 260 | ret = 0; |
261 | 261 | ||
262 | end: | 262 | end: |
263 | if (i > 0) { | 263 | if (i > 0) { |
264 | fprintf(stdout, "OK\n"); | 264 | fprintf(stdout, "OK\n"); |
265 | ret = 1; | 265 | ret = 1; |