Skip to content

Commit

Permalink
provider-storemgmt.pod: fix nits (unclosed '<' around name)
Browse files Browse the repository at this point in the history
Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from #22942)

(cherry picked from commit a149e8e)
  • Loading branch information
DDvO authored and t8m committed Dec 12, 2023
1 parent 5b10b92 commit ee57bf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/man7/provider-storemgmt.pod
Original file line number Diff line number Diff line change
Expand Up @@ -184,12 +184,12 @@ fingerprint, computed with the given digest.
Indicates that the caller wants to search for an object with the given
alias (some call it a "friendly name").

=item "properties" (B<OSSL_STORE_PARAM_PROPERTIES) <utf8 string>
=item "properties" (B<OSSL_STORE_PARAM_PROPERTIES>) <utf8 string>

Property string to use when querying for algorithms such as the B<OSSL_DECODER>
decoder implementations.

=item "input-type" (B<OSSL_STORE_PARAM_INPUT_TYPE) <utf8 string>
=item "input-type" (B<OSSL_STORE_PARAM_INPUT_TYPE>) <utf8 string>

Type of the input format as a hint to use when decoding the objects in the
store.
Expand Down

0 comments on commit ee57bf3

Please sign in to comment.