projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee36b96
)
Fix doc-nits
author
Ben Kaduk
<kaduk@mit.edu>
Fri, 9 Mar 2018 16:33:19 +0000
(10:33 -0600)
committer
Ben Kaduk
<kaduk@mit.edu>
Fri, 9 Mar 2018 17:30:06 +0000
(11:30 -0600)
Remove a space from a whitespace-only line.
Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5575)
doc/man3/OSSL_STORE_expect.pod
patch
|
blob
|
history
diff --git
a/doc/man3/OSSL_STORE_expect.pod
b/doc/man3/OSSL_STORE_expect.pod
index ab0e8784c2642d36f972c7a26e27090ce213ce5d..e3f06b55be716066e2bca68e01c01c12d9c71dca 100644
(file)
--- 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