From 5eeeaa7da3ec9d7bf834fda7890917061e2ca094 Mon Sep 17 00:00:00 2001 From: Joshua Rogers Date: Wed, 8 Oct 2025 15:37:35 +0800 Subject: [PATCH] APPS/cmp: fix wrong CLI option reference for -ref_cert Reviewed-by: David von Oheimb Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/28786) --- apps/cmp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/cmp.c b/apps/cmp.c index 404afe23263..011c9df7d74 100644 --- a/apps/cmp.c +++ b/apps/cmp.c @@ -577,7 +577,7 @@ const OPTIONS cmp_options[] = { "Trusted certificates for client authentication"}, {"srv_untrusted", OPT_SRV_UNTRUSTED, 's', "Intermediate certs that may be useful for verifying CMP protection"}, - {"ref_cert", OPT_RSP_CERT, 's', + {"ref_cert", OPT_REF_CERT, 's', "Certificate to be expected for rr and any oldCertID in kur messages"}, {"rsp_cert", OPT_RSP_CERT, 's', "Certificate to be returned as mock enrollment result"}, -- 2.47.3