summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2023-11-19 21:08:04 +0000
committertb <>2023-11-19 21:08:04 +0000
commit760586b98c11afa028c3b83c0a2231380b7dcbc7 (patch)
tree72224142d1cf5ffbe92592ac4244fb301d91cd52 /src
parent3844b7216f32aa55d2d04eb1aa7226ba6eb8ea32 (diff)
downloadopenbsd-760586b98c11afa028c3b83c0a2231380b7dcbc7.tar.gz
openbsd-760586b98c11afa028c3b83c0a2231380b7dcbc7.tar.bz2
openbsd-760586b98c11afa028c3b83c0a2231380b7dcbc7.zip
ENGINE can no longer have ex_data attached to it
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/man/RSA_get_ex_new_index.36
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/RSA_get_ex_new_index.3 b/src/lib/libcrypto/man/RSA_get_ex_new_index.3
index 51a8f24cd8..5f1fb4335f 100644
--- a/src/lib/libcrypto/man/RSA_get_ex_new_index.3
+++ b/src/lib/libcrypto/man/RSA_get_ex_new_index.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: RSA_get_ex_new_index.3,v 1.12 2023/09/18 14:49:43 schwarze Exp $ 1.\" $OpenBSD: RSA_get_ex_new_index.3,v 1.13 2023/11/19 21:08:04 tb Exp $
2.\" 2.\"
3.\" Copyright (c) 2023 Ingo Schwarze <schwarze@openbsd.org> 3.\" Copyright (c) 2023 Ingo Schwarze <schwarze@openbsd.org>
4.\" 4.\"
@@ -14,7 +14,7 @@
14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16.\" 16.\"
17.Dd $Mdocdate: September 18 2023 $ 17.Dd $Mdocdate: November 19 2023 $
18.Dt RSA_GET_EX_NEW_INDEX 3 18.Dt RSA_GET_EX_NEW_INDEX 3
19.Os 19.Os
20.Sh NAME 20.Sh NAME
@@ -47,7 +47,7 @@
47The following parent objects can have application specific data called 47The following parent objects can have application specific data called
48.Dq ex_data 48.Dq ex_data
49attached to them: 49attached to them:
50.Vt BIO , DH , DSA , EC_KEY , ENGINE , RSA , 50.Vt BIO , DH , DSA , EC_KEY , RSA ,
51.Vt SSL , SSL_CTX , SSL_SESSION , UI , X509 , X509_STORE , 51.Vt SSL , SSL_CTX , SSL_SESSION , UI , X509 , X509_STORE ,
52and 52and
53.Vt X509_STORE_CTX . 53.Vt X509_STORE_CTX .