summaryrefslogtreecommitdiffstats
path: root/doc/man3
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2021-05-11 13:09:24 -0400
committerMatt Caswell <matt@openssl.org>2021-05-14 09:59:49 +0100
commitf04bb0bce490de847ed0482b8ec9eabedd173852 (patch)
treea30c8e1686faa7b6467a4b634a6bc523844c2eba /doc/man3
parent56bd17830f2d5855b533d923d4e0649d3ed61d11 (diff)
Slightly reformat ssl.h.in
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15230)
Diffstat (limited to 'doc/man3')
-rw-r--r--doc/man3/OSSL_CORE_MAKE_FUNC.pod5
-rw-r--r--doc/man3/SSL_CTX_set_options.pod2
2 files changed, 5 insertions, 2 deletions
diff --git a/doc/man3/OSSL_CORE_MAKE_FUNC.pod b/doc/man3/OSSL_CORE_MAKE_FUNC.pod
index 409c19db62..751a01fc57 100644
--- a/doc/man3/OSSL_CORE_MAKE_FUNC.pod
+++ b/doc/man3/OSSL_CORE_MAKE_FUNC.pod
@@ -2,13 +2,16 @@
=head1 NAME
-OSSL_CORE_MAKE_FUNC - OpenSSL reserved symbols
+OSSL_CORE_MAKE_FUNC,
+SSL_OP_BIT
+- OpenSSL reserved symbols
=head1 SYNOPSIS
#include <openssl/core_dispatch.h>
#define OSSL_CORE_MAKE_FUNC(type,name,args)
+ #define SSL_OP_BIT(n)
=head1 DESCRIPTION
diff --git a/doc/man3/SSL_CTX_set_options.pod b/doc/man3/SSL_CTX_set_options.pod
index 497dd270f5..7b179099e1 100644
--- a/doc/man3/SSL_CTX_set_options.pod
+++ b/doc/man3/SSL_CTX_set_options.pod
@@ -14,7 +14,7 @@ SSL_get_secure_renegotiation_support - manipulate SSL options
uint64_t SSL_set_options(SSL *ssl, uint64_t options);
uint64_t SSL_CTX_clear_options(SSL_CTX *ctx, uint64_t options);
- uint64_t SSL_clear_options(SSL *ssuint64_t, long options);
+ uint64_t SSL_clear_options(SSL *ssl, uint64_t options);
uint64_t SSL_CTX_get_options(SSL_CTX *ctx);
uint64_t SSL_get_options(SSL *ssl);