summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/RSA_get_ex_new_index.3
diff options
context:
space:
mode:
authorschwarze <>2017-01-06 20:35:23 +0000
committerschwarze <>2017-01-06 20:35:23 +0000
commit9720c334a5598f4cad39e8b78395c905b8c401c8 (patch)
treed003daca6de46dc484e564c4565a9af56eb02763 /src/lib/libcrypto/man/RSA_get_ex_new_index.3
parent4a8a297e78d953b5d20a438b82529d1e37d254bd (diff)
downloadopenbsd-9720c334a5598f4cad39e8b78395c905b8c401c8.tar.gz
openbsd-9720c334a5598f4cad39e8b78395c905b8c401c8.tar.bz2
openbsd-9720c334a5598f4cad39e8b78395c905b8c401c8.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 'src/lib/libcrypto/man/RSA_get_ex_new_index.3')
-rw-r--r--src/lib/libcrypto/man/RSA_get_ex_new_index.310
1 files changed, 7 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 7bdd4be053..b97be8fe39 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.5 2016/12/11 12:21:48 schwarze Exp $ 1.\" $OpenBSD: RSA_get_ex_new_index.3,v 1.6 2017/01/06 20:35:23 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: December 11 2016 $ 52.Dd $Mdocdate: January 6 2017 $
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
@@ -257,8 +257,12 @@ should return 0 for failure and 1 for success.
257On failure an error code can be obtained from 257On failure an error code can be obtained from
258.Xr ERR_get_error 3 . 258.Xr ERR_get_error 3 .
259.Sh SEE ALSO 259.Sh SEE ALSO
260.Xr BIO_set_ex_data 3 ,
260.Xr CRYPTO_set_ex_data 3 , 261.Xr CRYPTO_set_ex_data 3 ,
261.Xr RSA_new 3 262.Xr DH_set_ex_data 3 ,
263.Xr DSA_set_ex_data 3 ,
264.Xr RSA_new 3 ,
265.Xr X509_STORE_CTX_set_ex_data 3
262.Sh HISTORY 266.Sh HISTORY
263.Fn RSA_get_ex_new_index , 267.Fn RSA_get_ex_new_index ,
264.Fn RSA_set_ex_data , 268.Fn RSA_set_ex_data ,