summaryrefslogtreecommitdiffstats
path: root/lib/libcrypto/man/RSA_get_ex_new_index.3
diff options
context:
space:
mode:
authorschwarze <schwarze@openbsd.org>2017-01-06 20:35:23 +0000
committerschwarze <schwarze@openbsd.org>2017-01-06 20:35:23 +0000
commitdc754f732109231f359860ffe95ce8fdcbc822dc (patch)
tree67bb639d85915b2bb0a2770a3c2318f8e0227436 /lib/libcrypto/man/RSA_get_ex_new_index.3
parentReplace two dangling .Xrs to sk_*() macros with .Fn; reported by jmc@. (diff)
downloadwireguard-openbsd-dc754f732109231f359860ffe95ce8fdcbc822dc.tar.xz
wireguard-openbsd-dc754f732109231f359860ffe95ce8fdcbc822dc.zip
resolve duplication of names and prototypes in manuals related to ex_data
and sprinkle cross references instead; more work is obviously needed here
Diffstat (limited to 'lib/libcrypto/man/RSA_get_ex_new_index.3')
-rw-r--r--lib/libcrypto/man/RSA_get_ex_new_index.310
1 files changed, 7 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 7bdd4be0537..b97be8fe396 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.5 2016/12/11 12:21:48 schwarze Exp $
+.\" $OpenBSD: RSA_get_ex_new_index.3,v 1.6 2017/01/06 20:35:23 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: December 11 2016 $
+.Dd $Mdocdate: January 6 2017 $
.Dt RSA_GET_EX_NEW_INDEX 3
.Os
.Sh NAME
@@ -257,8 +257,12 @@ should return 0 for failure and 1 for success.
On failure an error code can be obtained from
.Xr ERR_get_error 3 .
.Sh SEE ALSO
+.Xr BIO_set_ex_data 3 ,
.Xr CRYPTO_set_ex_data 3 ,
-.Xr RSA_new 3
+.Xr DH_set_ex_data 3 ,
+.Xr DSA_set_ex_data 3 ,
+.Xr RSA_new 3 ,
+.Xr X509_STORE_CTX_set_ex_data 3
.Sh HISTORY
.Fn RSA_get_ex_new_index ,
.Fn RSA_set_ex_data ,