summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2023-07-17 11:32:58 +1000
committerPauli <pauli@openssl.org>2023-08-04 11:55:34 +1000
commitafe4a7978d2cff7852b46e8f23218ec6c41b8bf0 (patch)
treee52da875062a0e6d5d1c1c6fc83a615016702c46 /include
parent6b3b5f9d28d267f7c63be859d8617bf1205e4d68 (diff)
quic conformance: section 10.2.2 requirements
Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Hugo Landau <hlandau@openssl.org> (Merged from https://github.com/openssl/openssl/pull/21429)
Diffstat (limited to 'include')
-rw-r--r--include/internal/quic_channel.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/internal/quic_channel.h b/include/internal/quic_channel.h
index 03aeab949b..abeeb05b96 100644
--- a/include/internal/quic_channel.h
+++ b/include/internal/quic_channel.h
@@ -269,7 +269,6 @@ QUIC_STREAM *ossl_quic_channel_get_stream_by_id(QUIC_CHANNEL *ch,
int ossl_quic_channel_is_term_any(const QUIC_CHANNEL *ch);
const QUIC_TERMINATE_CAUSE *
ossl_quic_channel_get_terminate_cause(const QUIC_CHANNEL *ch);
-int ossl_quic_channel_is_terminating(const QUIC_CHANNEL *ch);
int ossl_quic_channel_is_terminated(const QUIC_CHANNEL *ch);
int ossl_quic_channel_is_active(const QUIC_CHANNEL *ch);
int ossl_quic_channel_is_handshake_complete(const QUIC_CHANNEL *ch);