summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/RSA_get_ex_new_index.3
diff options
context:
space:
mode:
authorschwarze <>2018-03-21 07:25:59 +0000
committerschwarze <>2018-03-21 07:25:59 +0000
commit534858fd183b5e14fe3364b91c753e593b8d3e7c (patch)
tree4129165cb4f76c92335466b54aa61746da894153 /src/lib/libcrypto/man/RSA_get_ex_new_index.3
parentffe64914beb7b4ca13fac918b9f95f9e79f9c3f3 (diff)
downloadopenbsd-534858fd183b5e14fe3364b91c753e593b8d3e7c.tar.gz
openbsd-534858fd183b5e14fe3364b91c753e593b8d3e7c.tar.bz2
openbsd-534858fd183b5e14fe3364b91c753e593b8d3e7c.zip
rsa.h HISTORY up to SSLeay 0.9.0; researched from OpenSSL git
Diffstat (limited to 'src/lib/libcrypto/man/RSA_get_ex_new_index.3')
-rw-r--r--src/lib/libcrypto/man/RSA_get_ex_new_index.37
1 files changed, 4 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 bc2cf62ae4..dee079b3db 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.8 2018/02/25 22:52:48 schwarze Exp $ 1.\" $OpenBSD: RSA_get_ex_new_index.3,v 1.9 2018/03/21 07:25:59 schwarze Exp $
2.\" OpenSSL 35cb565a Nov 19 15:49:30 2015 -0500 2.\" OpenSSL 35cb565a Nov 19 15:49:30 2015 -0500
3.\" 3.\"
4.\" This file was written by Ulf Moeller <ulf@openssl.org> and 4.\" This file was written by Ulf Moeller <ulf@openssl.org> and
@@ -49,7 +49,7 @@
49.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 49.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
50.\" OF THE POSSIBILITY OF SUCH DAMAGE. 50.\" OF THE POSSIBILITY OF SUCH DAMAGE.
51.\" 51.\"
52.Dd $Mdocdate: February 25 2018 $ 52.Dd $Mdocdate: March 21 2018 $
53.Dt RSA_GET_EX_NEW_INDEX 3 53.Dt RSA_GET_EX_NEW_INDEX 3
54.Os 54.Os
55.Sh NAME 55.Sh NAME
@@ -275,7 +275,8 @@ On failure an error code can be obtained from
275.Fn RSA_set_ex_data , 275.Fn RSA_set_ex_data ,
276and 276and
277.Fn RSA_get_ex_data 277.Fn RSA_get_ex_data
278are available since SSLeay 0.9.0. 278first appeared in SSLeay 0.9.0 and have been available since
279.Ox 2.4 .
279.Sh BUGS 280.Sh BUGS
280.Fa dup_func 281.Fa dup_func
281is currently never called. 282is currently never called.