From 9720c334a5598f4cad39e8b78395c905b8c401c8 Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Fri, 6 Jan 2017 20:35:23 +0000 Subject: resolve duplication of names and prototypes in manuals related to ex_data and sprinkle cross references instead; more work is obviously needed here --- src/lib/libcrypto/man/RSA_get_ex_new_index.3 | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'src/lib/libcrypto/man/RSA_get_ex_new_index.3') 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 @@ -.\" $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 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 , -- cgit v1.2.3-55-g6feb