summaryrefslogtreecommitdiffstats
path: root/doc/man3/BIO_f_md.pod
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2016-10-20 09:56:18 +0100
committerMatt Caswell <matt@openssl.org>2016-10-28 09:48:54 +0100
commitb055fceb9bd8f613f39dab9df4d77b2a95231755 (patch)
treea772ae80ddbbc7e830c380ff30f7ceb453cd2e2f /doc/man3/BIO_f_md.pod
parent98e553d2ce31e2179be68d6a60b5bec765cd9768 (diff)
Document the new BIO functions introduced as part of the size_t work
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'doc/man3/BIO_f_md.pod')
-rw-r--r--doc/man3/BIO_f_md.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man3/BIO_f_md.pod b/doc/man3/BIO_f_md.pod
index 32f0046751..d7ad04d9d0 100644
--- a/doc/man3/BIO_f_md.pod
+++ b/doc/man3/BIO_f_md.pod
@@ -23,8 +23,8 @@ BIO that digests any data passed through it, it is a BIO wrapper
for the digest routines EVP_DigestInit(), EVP_DigestUpdate()
and EVP_DigestFinal().
-Any data written or read through a digest BIO using BIO_read() and
-BIO_write() is digested.
+Any data written or read through a digest BIO using BIO_read_ex() and
+BIO_write_ex() is digested.
BIO_gets(), if its B<size> parameter is large enough finishes the
digest calculation and returns the digest value. BIO_puts() is