provider-storemgmt.pod: fix nits (unclosed '<' around name)

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22942)
This commit is contained in:
Dr. David von Oheimb 2023-10-27 08:58:48 +02:00 committed by Tomas Mraz
parent d6688e45fa
commit a149e8e108
1 changed files with 2 additions and 2 deletions

View File

@ -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.