]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Fix option description for PKCS#12 export
authorTobias Nießen <tniessen@tnie.de>
Thu, 11 Mar 2021 22:04:18 +0000 (23:04 +0100)
committerPauli <ppzgs1@gmail.com>
Sun, 14 Mar 2021 05:42:29 +0000 (15:42 +1000)
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)

apps/pkcs12.c

index e3f22c30edc31aa423e0c1858f8a6c61055d54b2..c5f2981aa7e39fe2bc6b18636c457f2f4dde348e 100644 (file)
@@ -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"},