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:
63262bd
)
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:50:27 +0000
(11:50 +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/crypto/PKCS12_parse.pod
patch
|
blob
|
history
diff --git
a/doc/crypto/PKCS12_parse.pod
b/doc/crypto/PKCS12_parse.pod
index c54cf2ad613eb2da743b0db8c4d9569090739eb4..cd648d39b0d1b3179cc43d2f57387b89bb6afc17 100644
(file)
--- a/
doc/crypto/PKCS12_parse.pod
+++ b/
doc/crypto/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