summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2018-12-03 10:57:01 +0100
committerRichard Levitte <levitte@openssl.org>2018-12-03 11:48:48 +0100
commit2561eeb6b9cea581d4bbbc0d2574998f0590f53c (patch)
tree7eb2d887965362eaae7f442a3b9316a65a05c52a /doc
parentf1d91b89701627cc39e98987bc344aaae64f64fb (diff)
Docs fixup: some man3 pages had unindented code in SYNOPSIS
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)
Diffstat (limited to 'doc')
-rw-r--r--doc/man3/PKCS12_parse.pod3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/man3/PKCS12_parse.pod b/doc/man3/PKCS12_parse.pod
index 747a36f5ed..208644c019 100644
--- 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