summaryrefslogtreecommitdiffstats
path: root/doc/man3/RSA_blinding_on.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man3/RSA_blinding_on.pod')
-rw-r--r--doc/man3/RSA_blinding_on.pod3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/man3/RSA_blinding_on.pod b/doc/man3/RSA_blinding_on.pod
index 33d49d3720..7e016adca9 100644
--- a/doc/man3/RSA_blinding_on.pod
+++ b/doc/man3/RSA_blinding_on.pod
@@ -20,8 +20,7 @@ must be used to protect the RSA operation from that attack.
RSA_blinding_on() turns blinding on for key B<rsa> and generates a
random blinding factor. B<ctx> is B<NULL> or a pre-allocated and
-initialized B<BN_CTX>. The random number generator must be seeded
-prior to calling RSA_blinding_on().
+initialized B<BN_CTX>.
RSA_blinding_off() turns blinding off and frees the memory used for
the blinding factor.