diff options
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; } |