Run ispell.

Clean up bn_mont.c.
This commit is contained in:
Ulf Möller
2000-01-27 01:50:42 +00:00
parent bb075f8833
commit e93f9a3284
16 changed files with 73 additions and 124 deletions

View File

@@ -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