summaryrefslogtreecommitdiff
path: root/src/usr.bin/openssl/pkcs8.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr.bin/openssl/pkcs8.c')
-rw-r--r--src/usr.bin/openssl/pkcs8.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr.bin/openssl/pkcs8.c b/src/usr.bin/openssl/pkcs8.c
index d78202e03f..9776b91052 100644
--- a/src/usr.bin/openssl/pkcs8.c
+++ b/src/usr.bin/openssl/pkcs8.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: pkcs8.c,v 1.16 2023/03/06 14:32:06 tb Exp $ */ 1/* $OpenBSD: pkcs8.c,v 1.17 2023/07/23 11:39:29 tb 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 1999-2004. 3 * project 1999-2004.
4 */ 4 */
@@ -184,7 +184,7 @@ static const struct option pkcs8_options[] = {
184}; 184};
185 185
186static void 186static void
187pkcs8_usage() 187pkcs8_usage(void)
188{ 188{
189 fprintf(stderr, "usage: pkcs8 [-in file] [inform der | pem] " 189 fprintf(stderr, "usage: pkcs8 [-in file] [inform der | pem] "
190 "[-nocrypt] [-noiter]\n" 190 "[-nocrypt] [-noiter]\n"