summaryrefslogtreecommitdiffstats
path: root/doc/crypto/BN_BLINDING_new.pod
diff options
context:
space:
mode:
authorMatt Caswell <frodo@baggins.org>2013-06-12 23:42:08 +0100
committerDr. Stephen Henson <steve@openssl.org>2013-06-12 23:42:08 +0100
commitaafbe1ccd28439d0eb484f5b889272cbc71d62b5 (patch)
treeaa2f33da04e7d4dfb5249882fd4afd4e0bc33de0 /doc/crypto/BN_BLINDING_new.pod
parent271fef0ef39a1c0cb5233a5adf3ff8733abb375e (diff)
Document updates from wiki.
PR#3071 The primary changes made are: - Updates to the "NAME" section of many pages to correctly reflect the functions defined on those pages. This section is automatically parsed by the util/extract-names.pl script, so if it is not correct then running "man" will not correctly locate the right manual pages. - Updates to take account of where functions are now deprecated - Full documentation of the ec sub-library - A number of other typo corrections and other minor tweaks
Diffstat (limited to 'doc/crypto/BN_BLINDING_new.pod')
-rw-r--r--doc/crypto/BN_BLINDING_new.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/crypto/BN_BLINDING_new.pod b/doc/crypto/BN_BLINDING_new.pod
index 5f51fdb470..b96c56b376 100644
--- a/doc/crypto/BN_BLINDING_new.pod
+++ b/doc/crypto/BN_BLINDING_new.pod
@@ -4,7 +4,7 @@
BN_BLINDING_new, BN_BLINDING_free, BN_BLINDING_update, BN_BLINDING_convert,
BN_BLINDING_invert, BN_BLINDING_convert_ex, BN_BLINDING_invert_ex,
-BN_BLINDING_get_thread_id, BN_BLINDING_set_thread_id, BN_BLINDING_get_flags,
+BN_BLINDING_get_thread_id, BN_BLINDING_set_thread_id, BN_BLINDING_thread_id, BN_BLINDING_get_flags,
BN_BLINDING_set_flags, BN_BLINDING_create_param - blinding related BIGNUM
functions.