summaryrefslogtreecommitdiff
path: root/src/usr.bin/openssl/pkcs7.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr.bin/openssl/pkcs7.c')
-rw-r--r--src/usr.bin/openssl/pkcs7.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr.bin/openssl/pkcs7.c b/src/usr.bin/openssl/pkcs7.c
index 4e66855a8d..da30e23e65 100644
--- a/src/usr.bin/openssl/pkcs7.c
+++ b/src/usr.bin/openssl/pkcs7.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: pkcs7.c,v 1.14 2023/03/06 14:32:06 tb Exp $ */ 1/* $OpenBSD: pkcs7.c,v 1.15 2023/07/23 11:39:29 tb 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 *
@@ -138,7 +138,7 @@ static const struct option pkcs7_options[] = {
138}; 138};
139 139
140static void 140static void
141pkcs7_usage() 141pkcs7_usage(void)
142{ 142{
143 fprintf(stderr, "usage: pkcs7 [-in file] " 143 fprintf(stderr, "usage: pkcs7 [-in file] "
144 "[-inform DER | PEM] [-noout]\n" 144 "[-inform DER | PEM] [-noout]\n"