summaryrefslogtreecommitdiffstats
path: root/doc/man3/BN_mod_mul_montgomery.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man3/BN_mod_mul_montgomery.pod')
-rw-r--r--doc/man3/BN_mod_mul_montgomery.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man3/BN_mod_mul_montgomery.pod b/doc/man3/BN_mod_mul_montgomery.pod
index 7f47e94c2b..c0d43bbad6 100644
--- a/doc/man3/BN_mod_mul_montgomery.pod
+++ b/doc/man3/BN_mod_mul_montgomery.pod
@@ -49,7 +49,7 @@ the result in I<r>.
BN_from_montgomery() performs the Montgomery reduction I<r> = I<a>*R^-1.
BN_to_montgomery() computes Mont(I<a>,R^2), i.e. I<a>*R.
-Note that I<a> must be non-negative and smaller than the modulus.
+Note that I<a> must be nonnegative and smaller than the modulus.
For all functions, I<ctx> is a previously allocated B<BN_CTX> used for
temporary variables.