summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2024-02-02 12:21:28 +0000
committerHugo Landau <hlandau@openssl.org>2024-02-10 11:37:14 +0000
commit6ba77d674335c92c29dcabab2682d2ecdd1ceb5a (patch)
tree5207e62f2bc89463d03b9de5167d1a2068993061 /include
parenta5d16ac371245bd87e9ec264763a16db7015d59b (diff)
QUIC APL: Implement SSL_poll backend
Reviewed-by: Neil Horman <nhorman@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/23495)
Diffstat (limited to 'include')
-rw-r--r--include/internal/quic_ssl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/internal/quic_ssl.h b/include/internal/quic_ssl.h
index 38963d6bdc..b8922363bd 100644
--- a/include/internal/quic_ssl.h
+++ b/include/internal/quic_ssl.h
@@ -142,6 +142,9 @@ int ossl_quic_get_shutdown(const SSL *s);
*/
int ossl_quic_set_diag_title(SSL_CTX *ctx, const char *title);
+/* APIs used by the polling infrastructure */
+int ossl_quic_conn_poll_events(SSL *ssl, uint64_t events, uint64_t *revents);
+
# endif
#endif