summaryrefslogtreecommitdiffstats
path: root/doc/crypto/RSA_get_ex_new_index.pod
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2000-01-27 01:50:42 +0000
committerUlf Möller <ulf@openssl.org>2000-01-27 01:50:42 +0000
commite93f9a3284c799bb851afaeddd56ed502ba189b6 (patch)
tree3252e4d6730be4eadb9db6b20470c81432a5050b /doc/crypto/RSA_get_ex_new_index.pod
parentbb075f883356589425b7e57f788c7498a83b0219 (diff)
Run ispell.
Clean up bn_mont.c.
Diffstat (limited to 'doc/crypto/RSA_get_ex_new_index.pod')
-rw-r--r--doc/crypto/RSA_get_ex_new_index.pod9
1 files changed, 4 insertions, 5 deletions
diff --git a/doc/crypto/RSA_get_ex_new_index.pod b/doc/crypto/RSA_get_ex_new_index.pod
index 30900d9258..3e2c525901 100644
--- a/doc/crypto/RSA_get_ex_new_index.pod
+++ b/doc/crypto/RSA_get_ex_new_index.pod
@@ -25,8 +25,6 @@ RSA_get_ex_new_index, RSA_set_ex_data, RSA_get_ex_data - add application specifi
int dup_func(CRYPTO_EX_DATA *to, CRYPTO_EX_DATA *from, void *from_d,
int idx, long argl, void *argp);
-
-
=head1 DESCRIPTION
Several OpenSSL structures can have application specific data attached to them.
@@ -42,7 +40,7 @@ new application specific data. It takes three optional function pointers which
are called when the parent structure (in this case an RSA structure) is
initially created, when it is copied and when it is freed up. If any or all of
these function pointer arguments are not used they should be set to NULL. The
-precise manner in which these function pointer are called is described in more
+precise manner in which these function pointers are called is described in more
detail below. B<RSA_get_ex_new_index()> also takes additional long and pointer
parameters which will be passed to the supplied functions but which otherwise
have no special meaning. It returns an B<index> which should be stored
@@ -113,10 +111,11 @@ present in the parent RSA structure when it is called.
=head1 SEE ALSO
-...
+rsa(3)
=head1 HISTORY
-...
+RSA_get_ex_new_index(), RSA_set_ex_data() and RSA_get_ex_data are
+available since SSLeay 0.9.0.
=cut