summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorschwarze <>2019-06-04 12:02:44 +0000
committerschwarze <>2019-06-04 12:02:44 +0000
commita3d6660bc07853354dc284b0867d05c052b3a040 (patch)
tree2f040ed988bea4a09bf1fa64b5192b0d6afd0e3c /src
parent2e5c684b65aedf36422f17018b3515a9d5f616d7 (diff)
downloadopenbsd-a3d6660bc07853354dc284b0867d05c052b3a040.tar.gz
openbsd-a3d6660bc07853354dc284b0867d05c052b3a040.tar.bz2
openbsd-a3d6660bc07853354dc284b0867d05c052b3a040.zip
Add several missing .In lines
and add a sentence pointing to the detailed description in RSA_get_ex_new_index(3), worded like in DH_get_ex_new_index(3).
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/man/BIO_get_ex_new_index.316
1 files changed, 13 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/BIO_get_ex_new_index.3 b/src/lib/libcrypto/man/BIO_get_ex_new_index.3
index bf16e1c787..69de727734 100644
--- a/src/lib/libcrypto/man/BIO_get_ex_new_index.3
+++ b/src/lib/libcrypto/man/BIO_get_ex_new_index.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: BIO_get_ex_new_index.3,v 1.9 2018/04/18 03:39:22 schwarze Exp $ 1.\" $OpenBSD: BIO_get_ex_new_index.3,v 1.10 2019/06/04 12:02:44 schwarze Exp $
2.\" full merge up to: OpenSSL a970b14f Jul 31 18:58:40 2017 -0400 2.\" full merge up to: OpenSSL a970b14f Jul 31 18:58:40 2017 -0400
3.\" selective merge up to: OpenSSL 61f805c1 Jan 16 01:01:46 2018 +0800 3.\" selective merge up to: OpenSSL 61f805c1 Jan 16 01:01:46 2018 +0800
4.\" 4.\"
@@ -49,7 +49,7 @@
49.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 49.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
50.\" OF THE POSSIBILITY OF SUCH DAMAGE. 50.\" OF THE POSSIBILITY OF SUCH DAMAGE.
51.\" 51.\"
52.Dd $Mdocdate: April 18 2018 $ 52.Dd $Mdocdate: June 4 2019 $
53.Dt BIO_GET_EX_NEW_INDEX 3 53.Dt BIO_GET_EX_NEW_INDEX 3
54.Os 54.Os
55.Sh NAME 55.Sh NAME
@@ -73,7 +73,12 @@
73.Nm ECDSA_get_ex_data 73.Nm ECDSA_get_ex_data
74.Nd application-specific data 74.Nd application-specific data
75.Sh SYNOPSIS 75.Sh SYNOPSIS
76.In openssl/bio.h
77.In openssl/engine.h
78.In openssl/ui.h
76.In openssl/x509.h 79.In openssl/x509.h
80.In openssl/ecdh.h
81.In openssl/ecdsa.h
77.Ft int 82.Ft int
78.Fo TYPE_get_ex_new_index 83.Fo TYPE_get_ex_new_index
79.Fa "long argl" 84.Fa "long argl"
@@ -99,8 +104,13 @@ In the description here,
99is used a placeholder for any of the OpenSSL datatypes listed in 104is used a placeholder for any of the OpenSSL datatypes listed in
100.Xr CRYPTO_get_ex_new_index 3 . 105.Xr CRYPTO_get_ex_new_index 3 .
101.Pp 106.Pp
102These functions handle application-specific data for OpenSSL data 107These functions handle application-specific data in OpenSSL data
103structures. 108structures.
109Their usage is identical to that of
110.Xr RSA_get_ex_new_index 3 ,
111.Xr RSA_set_ex_data 3 ,
112and
113.Xr RSA_get_ex_data 3 .
104.Pp 114.Pp
105.Fn TYPE_get_ex_new_index 115.Fn TYPE_get_ex_new_index
106is a macro that calls 116is a macro that calls