From aff8c0a411824f29687a54a3aa82f7e770faff48 Mon Sep 17 00:00:00 2001 From: "Dr. David von Oheimb" Date: Sat, 27 Jun 2020 10:29:55 +0200 Subject: Fix error message on setting cert validity period in apps/cmp.c Fixes #12268 Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/12296) --- apps/cmp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/cmp.c b/apps/cmp.c index 86b1bd6a30..01c5394344 100644 --- a/apps/cmp.c +++ b/apps/cmp.c @@ -1867,7 +1867,7 @@ static int setup_request_ctx(OSSL_CMP_CTX *ctx, ENGINE *engine) if (opt_days > 0 && !OSSL_CMP_CTX_set_option(ctx, OSSL_CMP_OPT_VALIDITY_DAYS, opt_days)) { - CMP_err("could to set requested cert validity period"); + CMP_err("could not set requested cert validity period"); goto err; } -- cgit v1.2.3