diff options
author | Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> | 2023-06-15 08:36:35 +0200 |
---|---|---|
committer | Pauli <pauli@openssl.org> | 2023-06-18 08:53:09 +0200 |
commit | 6ea4da6e4d03cd9591805e166cfd94a374c33628 (patch) | |
tree | b96d170dea13d0875147923b0df48c18072af842 /apps/cmp.c | |
parent | Fix function signatures in aes-gcm-armv8 comments. (diff) | |
download | openssl-6ea4da6e4d03cd9591805e166cfd94a374c33628.tar.xz openssl-6ea4da6e4d03cd9591805e166cfd94a374c33628.zip |
Fix new typos found by codespell
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21210)
Diffstat (limited to 'apps/cmp.c')
-rw-r--r-- | apps/cmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/cmp.c b/apps/cmp.c index 94ccde1a74..aaee740e5a 100644 --- a/apps/cmp.c +++ b/apps/cmp.c @@ -2864,7 +2864,7 @@ static int do_genm(OSSL_CMP_CTX *ctx) if (cacerts == NULL) { CMP_warn("no CA certificates provided by server"); } else if (save_free_certs(cacerts, opt_cacertsout, "CA") < 0) { - CMP_err1("Failed to store CA certficates from genp in %s", + CMP_err1("Failed to store CA certificates from genp in %s", opt_cacertsout); return 0; } |