]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Docs fixup: some man3 pages had unindented code in SYNOPSIS
authorRichard Levitte <levitte@openssl.org>
Mon, 3 Dec 2018 09:57:01 +0000 (10:57 +0100)
committerRichard 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

index c54cf2ad613eb2da743b0db8c4d9569090739eb4..cd648d39b0d1b3179cc43d2f57387b89bb6afc17 100644 (file)
@@ -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