From: tb Date: Sun, 19 Nov 2023 21:08:04 +0000 (+0000) Subject: ENGINE can no longer have ex_data attached to it X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=636210b093dcd964de2a749c221b302e8f76e30b;p=openbsd ENGINE can no longer have ex_data attached to it --- diff --git a/lib/libcrypto/man/RSA_get_ex_new_index.3 b/lib/libcrypto/man/RSA_get_ex_new_index.3 index 51a8f24cd8b..5f1fb4335fc 100644 --- a/lib/libcrypto/man/RSA_get_ex_new_index.3 +++ b/lib/libcrypto/man/RSA_get_ex_new_index.3 @@ -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 .\" @@ -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 .