Run ispell.
Clean up bn_mont.c.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user