summaryrefslogtreecommitdiffstats
path: root/apps/pkcs12.c
diff options
context:
space:
mode:
authorTobias Nießen <tniessen@tnie.de>2021-03-11 23:04:18 +0100
committerPauli <ppzgs1@gmail.com>2021-03-14 15:42:29 +1000
commit3711f4c3fbb6344eca6c69c28000ecec3b7dbf7b (patch)
treeb5e1238bab825104a20cd67c0c21341fcf25e661 /apps/pkcs12.c
parent703c4d669d808d9131f241420c3225c1e7db3660 (diff)
Fix option description for PKCS#12 export
Refs: https://github.com/openssl/openssl/pull/4930 Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14520)
Diffstat (limited to 'apps/pkcs12.c')
-rw-r--r--apps/pkcs12.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/pkcs12.c b/apps/pkcs12.c
index e3f22c30ed..c5f2981aa7 100644
--- a/apps/pkcs12.c
+++ b/apps/pkcs12.c
@@ -108,7 +108,7 @@ const OPTIONS pkcs12_options[] = {
{"passcerts", OPT_PASSCERTS, 's', "Certificate file pass phrase source"},
{"chain", OPT_CHAIN, '-', "Build and add certificate chain for EE cert,"},
{OPT_MORE_STR, 0, 0,
- "which is the 1st cert from -in matching the privte key (if given)"},
+ "which is the 1st cert from -in matching the private key (if given)"},
{"untrusted", OPT_UNTRUSTED, '<', "Untrusted certificates for chain building"},
{"CAfile", OPT_CAFILE, '<', "PEM-format file of CA's"},
{"CApath", OPT_CAPATH, '/', "PEM-format directory of CA's"},