diff options
author | 2018-03-21 07:25:59 +0000 | |
---|---|---|
committer | 2018-03-21 07:25:59 +0000 | |
commit | 6b43027976eb841eb3e36e2cb7f8f203fabaac7f (patch) | |
tree | ac17ac881472dbb1441c701af0ba2289dbd960db /lib/libcrypto/man/RSA_get_ex_new_index.3 | |
parent | ripemd.h HISTORY up to SSLeay 0.9.0; researched from OpenSSL git (diff) | |
download | wireguard-openbsd-6b43027976eb841eb3e36e2cb7f8f203fabaac7f.tar.xz wireguard-openbsd-6b43027976eb841eb3e36e2cb7f8f203fabaac7f.zip |
rsa.h HISTORY up to SSLeay 0.9.0; researched from OpenSSL git
Diffstat (limited to 'lib/libcrypto/man/RSA_get_ex_new_index.3')
-rw-r--r-- | lib/libcrypto/man/RSA_get_ex_new_index.3 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/libcrypto/man/RSA_get_ex_new_index.3 b/lib/libcrypto/man/RSA_get_ex_new_index.3 index bc2cf62ae46..dee079b3dbc 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.8 2018/02/25 22:52:48 schwarze Exp $ +.\" $OpenBSD: RSA_get_ex_new_index.3,v 1.9 2018/03/21 07:25:59 schwarze Exp $ .\" OpenSSL 35cb565a Nov 19 15:49:30 2015 -0500 .\" .\" This file was written by Ulf Moeller <ulf@openssl.org> and @@ -49,7 +49,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: February 25 2018 $ +.Dd $Mdocdate: March 21 2018 $ .Dt RSA_GET_EX_NEW_INDEX 3 .Os .Sh NAME @@ -275,7 +275,8 @@ On failure an error code can be obtained from .Fn RSA_set_ex_data , and .Fn RSA_get_ex_data -are available since SSLeay 0.9.0. +first appeared in SSLeay 0.9.0 and have been available since +.Ox 2.4 . .Sh BUGS .Fa dup_func is currently never called. |