summaryrefslogtreecommitdiff
path: root/src/usr.bin/openssl/verify.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr.bin/openssl/verify.c')
-rw-r--r--src/usr.bin/openssl/verify.c6
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
204end: 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
262end: 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;