From: Ben Kaduk Date: Fri, 9 Mar 2018 16:33:19 +0000 (-0600) Subject: Fix doc-nits X-Git-Tag: OpenSSL_1_1_1-pre3~135 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=379cc0893eb114b267eab5e6e86a8146c33d31e3;p=oweals%2Fopenssl.git Fix doc-nits Remove a space from a whitespace-only line. Reviewed-by: Rich Salz Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/5575) --- diff --git a/doc/man3/OSSL_STORE_expect.pod b/doc/man3/OSSL_STORE_expect.pod index ab0e8784c2..e3f06b55be 100644 --- a/doc/man3/OSSL_STORE_expect.pod +++ b/doc/man3/OSSL_STORE_expect.pod @@ -14,7 +14,7 @@ OSSL_STORE_find int OSSL_STORE_expect(OSSL_STORE_CTX *ctx, int expected_type); int OSSL_STORE_supports_search(OSSL_STORE_CTX *ctx, int criterion_type); - + int OSSL_STORE_find(OSSL_STORE_CTX *ctx, OSSL_STORE_SEARCH *search); =head1 DESCRIPTION