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)
This commit is contained in:
parent
b608fabfcc
commit
7b4a3515a4
2 changed files with 7 additions and 6 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -7,13 +7,13 @@ SSL_CTX_set_tmp_ecdh, SSL_set_tmp_ecdh, SSL_CTX_set_ecdh_auto, SSL_set_ecdh_auto
|
|||
|
||||
=head1 SYNOPSIS
|
||||
|
||||
#include <openssl/ssl.h>
|
||||
#include <openssl/ssl.h>
|
||||
|
||||
long SSL_CTX_set_tmp_ecdh(SSL_CTX *ctx, const EC_KEY *ecdh);
|
||||
long SSL_set_tmp_ecdh(SSL *ssl, const EC_KEY *ecdh);
|
||||
long SSL_CTX_set_tmp_ecdh(SSL_CTX *ctx, const EC_KEY *ecdh);
|
||||
long SSL_set_tmp_ecdh(SSL *ssl, const EC_KEY *ecdh);
|
||||
|
||||
long SSL_CTX_set_ecdh_auto(SSL_CTX *ctx, int state);
|
||||
long SSL_set_ecdh_auto(SSL *ssl, int state);
|
||||
long SSL_CTX_set_ecdh_auto(SSL_CTX *ctx, int state);
|
||||
long SSL_set_ecdh_auto(SSL *ssl, int state);
|
||||
|
||||
=head1 DESCRIPTION
|
||||
|
||||
|
|
Loading…
Reference in a new issue