[#SSL_as_poll_descriptor] = SSL_as_poll_descriptor :mrdocs: Build a BIO_POLL_DESCRIPTOR that refers to SSL object `s.` == Synopsis Declared in `<openssl/ssl.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[maybe_unused]] static xref:BIO_POLL_DESCRIPTOR.adoc[BIO_POLL_DESCRIPTOR] SSL_as_poll_descriptor(xref:SSL.adoc[SSL]* s); ---- [NOTE] ==== This entity https://en.cppreference.com/cpp/language/attributes/maybe_unused[may be unused^], and the compiler will not warn about it. ==== == Return Value Descriptor with type BIO_POLL_DESCRIPTOR_TYPE_SSL and value.ssl set to `s.` == Parameters [cols="1,4"] |=== | Name| Description | *s* | SSL connection to poll (for example with SSL_handle_events / BIO_poll). |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#