diff options
author | Hubert Kario <hkario@redhat.com> | 2017-07-26 14:58:58 +0200 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2017-07-26 21:04:54 +0200 |
commit | dae2218d762bc83a92189189b83966af5932d92d (patch) | |
tree | 37d73e5b908fedd2c16ce6760286752c8f7f2387 /doc/man3/OSSL_STORE_INFO.pod | |
parent | Add test cases and docs for ASN1_STRING_TABLE_* functions (diff) | |
download | openssl-dae2218d762bc83a92189189b83966af5932d92d.tar.xz openssl-dae2218d762bc83a92189189b83966af5932d92d.zip |
fix OSSL_STORE man pages
the man pages have lines that contain nothing but whitespace,
clean it up by removing that whitespace
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1334)
Diffstat (limited to 'doc/man3/OSSL_STORE_INFO.pod')
-rw-r--r-- | doc/man3/OSSL_STORE_INFO.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man3/OSSL_STORE_INFO.pod b/doc/man3/OSSL_STORE_INFO.pod index 22ab666572..1b0f23347a 100644 --- a/doc/man3/OSSL_STORE_INFO.pod +++ b/doc/man3/OSSL_STORE_INFO.pod @@ -16,7 +16,7 @@ OSSL_STORE_INFO_new_CRL - Functions to manipulate OSSL_STORE_INFO objects =head1 SYNOPSIS #include <openssl/store.h> - + typedef struct ossl_store_info_st OSSL_STORE_INFO; int OSSL_STORE_INFO_get_type(const OSSL_STORE_INFO *store_info); |