X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=doc%2Fcrypto%2FBIO_should_retry.pod;fp=doc%2Fcrypto%2FBIO_should_retry.pod;h=b6d51f719d44ccdf0da1edd7d58fa55d898a4be7;hp=539c3912728caebc5e77bfcadf583e52f061cc92;hb=60e24554bb3c8eba607c4f30ec26f97d35391cea;hpb=ff12f88b8e30d9e3488d0542ef35aae92a11b11c 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, B, B though current BIO types will only set one of these.