ENGINE can no longer have ex_data attached to it
authortb <tb@openbsd.org>
Sun, 19 Nov 2023 21:08:04 +0000 (21:08 +0000)
committertb <tb@openbsd.org>
Sun, 19 Nov 2023 21:08:04 +0000 (21:08 +0000)
lib/libcrypto/man/RSA_get_ex_new_index.3

index 51a8f24..5f1fb43 100644 (file)
@@ -1,4 +1,4 @@
-.\" $OpenBSD: RSA_get_ex_new_index.3,v 1.12 2023/09/18 14:49:43 schwarze Exp $
+.\" $OpenBSD: RSA_get_ex_new_index.3,v 1.13 2023/11/19 21:08:04 tb Exp $
 .\"
 .\" Copyright (c) 2023 Ingo Schwarze <schwarze@openbsd.org>
 .\"
@@ -14,7 +14,7 @@
 .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
 .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 .\"
-.Dd $Mdocdate: September 18 2023 $
+.Dd $Mdocdate: November 19 2023 $
 .Dt RSA_GET_EX_NEW_INDEX 3
 .Os
 .Sh NAME
@@ -47,7 +47,7 @@
 The following parent objects can have application specific data called
 .Dq ex_data
 attached to them:
-.Vt BIO , DH , DSA , EC_KEY , ENGINE , RSA ,
+.Vt BIO , DH , DSA , EC_KEY , RSA ,
 .Vt SSL , SSL_CTX , SSL_SESSION , UI , X509 , X509_STORE ,
 and
 .Vt X509_STORE_CTX .