diff options
Diffstat (limited to 'lib/libcrypto/man/CRYPTO_set_ex_data.3')
-rw-r--r-- | lib/libcrypto/man/CRYPTO_set_ex_data.3 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/libcrypto/man/CRYPTO_set_ex_data.3 b/lib/libcrypto/man/CRYPTO_set_ex_data.3 index c2990f5a07a..c78076b8a8b 100644 --- a/lib/libcrypto/man/CRYPTO_set_ex_data.3 +++ b/lib/libcrypto/man/CRYPTO_set_ex_data.3 @@ -1,7 +1,7 @@ -.\" $OpenBSD: CRYPTO_set_ex_data.3,v 1.11 2019/06/06 01:06:58 schwarze Exp $ +.\" $OpenBSD: CRYPTO_set_ex_data.3,v 1.12 2019/08/16 12:16:22 schwarze Exp $ .\" full merge up to: .\" OpenSSL CRYPTO_get_ex_new_index 9e183d22 Mar 11 08:56:44 2017 -0500 -.\" selective merge up to: a73d990e Feb 27 19:02:24 2018 +0100 +.\" selective merge up to: 72a7a702 Feb 26 14:05:09 2019 +0000 .\" .\" This file was written by Dr. Stephen Henson <steve@openssl.org> .\" and by Rich Salz <rsalz@akamai.com>. @@ -52,7 +52,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: June 6 2019 $ +.Dd $Mdocdate: August 16 2019 $ .Dt CRYPTO_SET_EX_DATA 3 .Os .Sh NAME @@ -134,6 +134,7 @@ The specific structures are: BIO DH DSA + EC_KEY ECDH ECDSA ENGINE @@ -214,7 +215,7 @@ The .Fa class_index identifies the structure type, the .Fa obj -is be the pointer to the actual structure, and +is a pointer to the actual structure, and .Fa r is a pointer to the structure's exdata field. .Pp |