Remove trailing whitespace from store-related man pages
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3860)
This commit is contained in:
parent
7af42628c1
commit
d3b58b953c
2 changed files with 3 additions and 3 deletions
|
@ -8,10 +8,10 @@ OSSL_STORE_INFO_get0_PKEY, OSSL_STORE_INFO_get0_CERT, OSSL_STORE_INFO_get0_CRL,
|
|||
OSSL_STORE_INFO_get1_NAME, OSSL_STORE_INFO_get1_NAME_description,
|
||||
OSSL_STORE_INFO_get1_PARAMS, OSSL_STORE_INFO_get1_PKEY,
|
||||
OSSL_STORE_INFO_get1_CERT,
|
||||
OSSL_STORE_INFO_get1_CRL, OSSL_STORE_INFO_type_string, OSSL_STORE_INFO_free,
|
||||
OSSL_STORE_INFO_get1_CRL, OSSL_STORE_INFO_type_string, OSSL_STORE_INFO_free,
|
||||
OSSL_STORE_INFO_new_NAME, OSSL_STORE_INFO_set0_NAME_description,
|
||||
OSSL_STORE_INFO_new_PARAMS, OSSL_STORE_INFO_new_PKEY, OSSL_STORE_INFO_new_CERT,
|
||||
OSSL_STORE_INFO_new_CRL - Functions to manipulate OSSL_STORE_INFO objects
|
||||
OSSL_STORE_INFO_new_CRL - Functions to manipulate OSSL_STORE_INFO objects
|
||||
|
||||
=head1 SYNOPSIS
|
||||
|
||||
|
|
|
@ -64,7 +64,7 @@ only).
|
|||
/*
|
||||
* OSSL_STORE_eof() simulates file semantics for any repository to signal
|
||||
* that no more data can be expected
|
||||
*/
|
||||
*/
|
||||
while (!OSSL_STORE_eof(ctx)) {
|
||||
OSSL_STORE_INFO *info = OSSL_STORE_load(ctx);
|
||||
|
||||
|
|
Loading…
Reference in a new issue