aboutsummaryrefslogtreecommitdiff
path: root/crypto/openssl/doc/crypto/BN_BLINDING_new.pod
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssl/doc/crypto/BN_BLINDING_new.pod')
-rw-r--r--crypto/openssl/doc/crypto/BN_BLINDING_new.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/openssl/doc/crypto/BN_BLINDING_new.pod b/crypto/openssl/doc/crypto/BN_BLINDING_new.pod
index 5f51fdb47065..da06e4446125 100644
--- a/crypto/openssl/doc/crypto/BN_BLINDING_new.pod
+++ b/crypto/openssl/doc/crypto/BN_BLINDING_new.pod
@@ -48,7 +48,7 @@ necessary parameters are set, by re-creating the blinding parameters.
BN_BLINDING_convert_ex() multiplies B<n> with the blinding factor B<A>.
If B<r> is not NULL a copy the inverse blinding factor B<Ai> will be
-returned in B<r> (this is useful if a B<RSA> object is shared amoung
+returned in B<r> (this is useful if a B<RSA> object is shared among
several threads). BN_BLINDING_invert_ex() multiplies B<n> with the
inverse blinding factor B<Ai>. If B<r> is not NULL it will be used as
the inverse blinding.