From 3206e41c0eb8ba952cae93786a2477228a951f34 Mon Sep 17 00:00:00 2001 From: "Dr. David von Oheimb" Date: Sat, 3 Apr 2021 13:08:16 +0200 Subject: [PATCH] openssl-cmp.pod.in: Fix missing provider options description Also correct layout of engines description Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/14842) --- doc/man1/openssl-cmp.pod.in | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/doc/man1/openssl-cmp.pod.in b/doc/man1/openssl-cmp.pod.in index f449cb66304..d0d91318d25 100644 --- a/doc/man1/openssl-cmp.pod.in +++ b/doc/man1/openssl-cmp.pod.in @@ -743,8 +743,6 @@ L. {- $OpenSSL::safe::opt_engine_item -} -=back - {- output_off() if $disabled{"deprecated-3.0"}; "" -} As an alternative to using this combination: @@ -759,6 +757,16 @@ This applies to all options specifying keys: B<-key>, B<-newkey>, and B<-tls_key>. {- output_on() if $disabled{"deprecated-3.0"}; "" -} +=back + +=head2 Provider options + +=over 4 + +{- $OpenSSL::safe::opt_provider_item -} + +=back + =head2 TLS connection options =over 4 -- 2.47.3