summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/doc/RSA_blinding_on.pod
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/doc/RSA_blinding_on.pod')
-rw-r--r--src/lib/libcrypto/doc/RSA_blinding_on.pod3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/doc/RSA_blinding_on.pod b/src/lib/libcrypto/doc/RSA_blinding_on.pod
index e6af8d4355..33990207f7 100644
--- a/src/lib/libcrypto/doc/RSA_blinding_on.pod
+++ b/src/lib/libcrypto/doc/RSA_blinding_on.pod
@@ -21,8 +21,7 @@ must be used to protect the RSA operation from that attack.
21 21
22RSA_blinding_on() turns blinding on for key B<rsa> and generates a 22RSA_blinding_on() turns blinding on for key B<rsa> and generates a
23random blinding factor. B<ctx> is B<NULL> or a pre-allocated and 23random blinding factor. B<ctx> is B<NULL> or a pre-allocated and
24initialized B<BN_CTX>. The random number generator must be seeded 24initialized B<BN_CTX>.
25prior to calling RSA_blinding_on().
26 25
27RSA_blinding_off() turns blinding off and frees the memory used for 26RSA_blinding_off() turns blinding off and frees the memory used for
28the blinding factor. 27the blinding factor.