]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - include/internal/quic_ssl.h
QUIC: Implement SSL_has_pending
[thirdparty/openssl.git] / include / internal / quic_ssl.h
index 48f05bfb7cb0a88da385ee1db19f64696f49f0c4..837c3ba7b53454846de3a85fef41d69bb6a8a7a8 100644 (file)
@@ -117,6 +117,10 @@ void ossl_quic_conn_force_assist_thread_wake(SSL *s);
 
 /* For use by tests only. */
 QUIC_CHANNEL *ossl_quic_conn_get_channel(SSL *s);
+uint64_t ossl_quic_set_options(SSL *s, uint64_t opts);
+uint64_t ossl_quic_clear_options(SSL *s, uint64_t opts);
+uint64_t ossl_quic_get_options(SSL *s);
+int ossl_quic_has_pending(const SSL *s);
 
 # endif