Skip to content

Commit

Permalink
Fix nit
Browse files Browse the repository at this point in the history
Reviewed-by: Neil Horman <[email protected]>
Reviewed-by: Tomas Mraz <[email protected]>
(Merged from openssl#23495)
  • Loading branch information
hlandau committed Feb 10, 2024
1 parent 0810883 commit 925118e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/man3/SSL_poll.pod
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ The fields of B<SSL_POLL_ITEM> are as follows:
The resource being polled for readiness, as represented by a
B<BIO_POLL_DESCRIPTOR>. Currently, this must be a poll descriptor of type
B<BIO_POLL_DESCRIPTOR_TYPE_SSL>, representing a SSL object pointer, and the SSL
object must be to a QUIC connection SSL object or QUIC stream SSL object.
object must be a QUIC connection SSL object or QUIC stream SSL object.

If a B<SSL_POLL_ITEM> has a poll descriptor type of
B<BIO_POLL_DESCRIPTOR_TYPE_NONE>, or the SSL object pointer is NULL, the
Expand Down

0 comments on commit 925118e

Please sign in to comment.