diff options
author | schwarze <> | 2023-11-16 20:27:43 +0000 |
---|---|---|
committer | schwarze <> | 2023-11-16 20:27:43 +0000 |
commit | c6a53967a0008fba21f8effe5960629cad4d4572 (patch) | |
tree | 0aec11ec417dd5cf0dbbc1c21928ae547bc3986e /src/lib/libcrypto/man/BIO_get_ex_new_index.3 | |
parent | 21c26388f56718f5319b42c16da8ba45dfa49365 (diff) | |
download | openbsd-c6a53967a0008fba21f8effe5960629cad4d4572.tar.gz openbsd-c6a53967a0008fba21f8effe5960629cad4d4572.tar.bz2 openbsd-c6a53967a0008fba21f8effe5960629cad4d4572.zip |
Mention which functions are implemented as macros in the few cases
where that information was missing.
Diffstat (limited to 'src/lib/libcrypto/man/BIO_get_ex_new_index.3')
-rw-r--r-- | src/lib/libcrypto/man/BIO_get_ex_new_index.3 | 4 |
1 files changed, 2 insertions, 2 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 c484591fcd..e3bf7350a7 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.15 2023/11/16 15:39:32 schwarze Exp $ | 1 | .\" $OpenBSD: BIO_get_ex_new_index.3,v 1.16 2023/11/16 20:27:43 schwarze Exp $ |
2 | .\" full merge up to: OpenSSL 61f805c1 Jan 16 01:01:46 2018 +0800 | 2 | .\" full merge up to: OpenSSL 61f805c1 Jan 16 01:01:46 2018 +0800 |
3 | .\" | 3 | .\" |
4 | .\" This file was written by Rich Salz <rsalz@akamai.com>. | 4 | .\" This file was written by Rich Salz <rsalz@akamai.com>. |
@@ -140,7 +140,7 @@ object. | |||
140 | .Fn TYPE_set_app_data | 140 | .Fn TYPE_set_app_data |
141 | and | 141 | and |
142 | .Fn TYPE_get_app_data | 142 | .Fn TYPE_get_app_data |
143 | are deprecated wrappers that call | 143 | are deprecated wrapper macros that call |
144 | .Fn TYPE_set_ex_data | 144 | .Fn TYPE_set_ex_data |
145 | and | 145 | and |
146 | .Fn TYPE_get_ex_data | 146 | .Fn TYPE_get_ex_data |