summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2010-04-06 14:45:18 +0000
committerDr. Stephen Henson <steve@openssl.org>2010-04-06 14:45:18 +0000
commit60e24554bb3c8eba607c4f30ec26f97d35391cea (patch)
tree38b223c382bcec9fa37d9087d1706076aa36ddec /doc
parentff12f88b8e30d9e3488d0542ef35aae92a11b11c (diff)
PR: 2209
Submitted Daniel Mentz <danielml@sent.com> Documentation typo.
Diffstat (limited to 'doc')
-rw-r--r--doc/crypto/BIO_should_retry.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/crypto/BIO_should_retry.pod b/doc/crypto/BIO_should_retry.pod
index 539c391272..b6d51f719d 100644
--- a/doc/crypto/BIO_should_retry.pod
+++ b/doc/crypto/BIO_should_retry.pod
@@ -45,7 +45,7 @@ needs to read data.
BIO_should_io_special() is true if some "special" condition, that is a
reason other than reading or writing is the cause of the condition.
-BIO_get_retry_reason() returns a mask of the cause of a retry condition
+BIO_retry_type() returns a mask of the cause of a retry condition
consisting of the values B<BIO_FLAGS_READ>, B<BIO_FLAGS_WRITE>,
B<BIO_FLAGS_IO_SPECIAL> though current BIO types will only set one of
these.