summaryrefslogtreecommitdiffstats
path: root/doc/man3/OSSL_STORE_open.pod
diff options
context:
space:
mode:
authorHubert Kario <hkario@redhat.com>2017-07-26 14:58:58 +0200
committerRich Salz <rsalz@openssl.org>2017-07-26 15:04:54 -0400
commitdae2218d762bc83a92189189b83966af5932d92d (patch)
tree37d73e5b908fedd2c16ce6760286752c8f7f2387 /doc/man3/OSSL_STORE_open.pod
parent7b608d0828c6df0b3bcd49224cdf6ccf4ab4af90 (diff)
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_open.pod')
-rw-r--r--doc/man3/OSSL_STORE_open.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man3/OSSL_STORE_open.pod b/doc/man3/OSSL_STORE_open.pod
index 14ce9d2867..1a2626c944 100644
--- a/doc/man3/OSSL_STORE_open.pod
+++ b/doc/man3/OSSL_STORE_open.pod
@@ -9,7 +9,7 @@ OSSL_STORE_close - Types and functions to read objects from a URI
=head1 SYNOPSIS
#include <openssl/store.h>
-
+
typedef struct ossl_store_ctx_st OSSL_STORE_CTX;
typedef OSSL_STORE_INFO *(*OSSL_STORE_post_process_info_fn)(OSSL_STORE_INFO *,