The branch OpenSSL_1_1_0-stable has been updated
via 153442640dc616a402363120b530e5d32785f918 (commit)
from 078fdfc446ecdc4df65f519c8afdad2153c4a348 (commit)
- Log -----------------------------------------------------------------
commit 153442640dc616a402363120b530e5d32785f918
Author: Paul Yang <[email protected]>
Date: Thu Mar 16 17:05:30 2017 +0800
Fix typo in ASYNC_WAIT_CTX_new.pod doc
For the function that get the changed fds, it should be
'ASYNC_WAIT_CTX_get_changed_fds()' instead of
'ASYNC_WAIT_CTX_fds_have_changed()'.
CLA: trivial
Signed-off-by: Paul Yang <[email protected]>
Reviewed-by: Richard Levitte <[email protected]>
Reviewed-by: Matt Caswell <[email protected]>
(Merged from https://github.com/openssl/openssl/pull/2967)
-----------------------------------------------------------------------
Summary of changes:
doc/crypto/ASYNC_WAIT_CTX_new.pod | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/crypto/ASYNC_WAIT_CTX_new.pod
b/doc/crypto/ASYNC_WAIT_CTX_new.pod
index 580c4e5..2fb00a3 100644
--- a/doc/crypto/ASYNC_WAIT_CTX_new.pod
+++ b/doc/crypto/ASYNC_WAIT_CTX_new.pod
@@ -57,7 +57,7 @@ asynchronous engine is being used then normally this call
will only ever return
one fd. If multiple asynchronous engines are being used then more could be
returned.
-The function ASYNC_WAIT_CTX_fds_have_changed() can be used to detect if any fds
+The function ASYNC_WAIT_CTX_get_changed_fds() can be used to detect if any fds
have changed since the last call time ASYNC_start_job() returned an ASYNC_PAUSE
result (or since the ASYNC_WAIT_CTX was created if no ASYNC_PAUSE result has
been received). The B<numaddfds> and B<numdelfds> parameters will be populated
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits