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:
f1d91b8
)
Docs fixup: some man3 pages had unindented code in SYNOPSIS
author
Richard Levitte
<levitte@openssl.org>
Mon, 3 Dec 2018 09:57:01 +0000
(10:57 +0100)
committer
Richard Levitte
<levitte@openssl.org>
Mon, 3 Dec 2018 10:48:48 +0000
(11:48 +0100)
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
(Merged from https://github.com/openssl/openssl/pull/7744)
(cherry picked from commit
7b4a3515a4ddb567d48000e61d7cb640d0c5f261
)
doc/man3/PKCS12_parse.pod
patch
|
blob
|
history
diff --git
a/doc/man3/PKCS12_parse.pod
b/doc/man3/PKCS12_parse.pod
index 747a36f5ed0488b705358e6c62729450baba09c2..208644c019bf0bc123332c5f3a3f83c05aac3888 100644
(file)
--- a/
doc/man3/PKCS12_parse.pod
+++ b/
doc/man3/PKCS12_parse.pod
@@
-8,7
+8,8
@@
PKCS12_parse - parse a PKCS#12 structure
#include <openssl/pkcs12.h>
-int PKCS12_parse(PKCS12 *p12, const char *pass, EVP_PKEY **pkey, X509 **cert, STACK_OF(X509) **ca);
+ int PKCS12_parse(PKCS12 *p12, const char *pass, EVP_PKEY **pkey, X509 **cert,
+ STACK_OF(X509) **ca);
=head1 DESCRIPTION