diff options
author | schwarze <> | 2018-03-22 21:08:22 +0000 |
---|---|---|
committer | schwarze <> | 2018-03-22 21:08:22 +0000 |
commit | c05e699cb453afeacee60b42b4bf5833d31df36b (patch) | |
tree | a5e6fd808d35c4c363935eaa71a625a86691a78e /src/lib/libcrypto/man/BIO_get_ex_new_index.3 | |
parent | 0b5c3b80b4595ac564eb35f1d7224a7d37f33f07 (diff) | |
download | openbsd-c05e699cb453afeacee60b42b4bf5833d31df36b.tar.gz openbsd-c05e699cb453afeacee60b42b4bf5833d31df36b.tar.bz2 openbsd-c05e699cb453afeacee60b42b4bf5833d31df36b.zip |
crypto HISTORY up to 0.9.7; researched from OpenSSL git
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 | 9 |
1 files changed, 8 insertions, 1 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 ec6ac25e54..9dea1fb0b5 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.6 2018/03/22 16:06:33 schwarze Exp $ | 1 | .\" $OpenBSD: BIO_get_ex_new_index.3,v 1.7 2018/03/22 21:08:22 schwarze Exp $ |
2 | .\" full merge up to: OpenSSL a970b14f Jul 31 18:58:40 2017 -0400 | 2 | .\" full merge up to: OpenSSL a970b14f Jul 31 18:58:40 2017 -0400 |
3 | .\" selective merge up to: OpenSSL 61f805c1 Jan 16 01:01:46 2018 +0800 | 3 | .\" selective merge up to: OpenSSL 61f805c1 Jan 16 01:01:46 2018 +0800 |
4 | .\" | 4 | .\" |
@@ -148,3 +148,10 @@ and | |||
148 | .Fn X509_get_ex_data | 148 | .Fn X509_get_ex_data |
149 | first appeared in OpenSSL 0.9.5 and have been available since | 149 | first appeared in OpenSSL 0.9.5 and have been available since |
150 | .Ox 2.7 . | 150 | .Ox 2.7 . |
151 | .Pp | ||
152 | .Fn UI_get_ex_new_index , | ||
153 | .Fn UI_set_ex_data , | ||
154 | and | ||
155 | .Fn UI_get_ex_data | ||
156 | first appeared in OpenSSL 0.9.7 and have been available since | ||
157 | .Ox 3.2 . | ||