From 3bc38ba0712283bbbd57994af0259791dc42e704 Mon Sep 17 00:00:00 2001 From: Hugo Landau Date: Wed, 23 Aug 2023 08:39:38 +0100 Subject: QUIC MULTISTREAM TEST: Test WAIT_PEER Reviewed-by: Tomas Mraz Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/21815) --- include/internal/quic_tserver.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/internal') diff --git a/include/internal/quic_tserver.h b/include/internal/quic_tserver.h index 45aea0abac..b1415d5edf 100644 --- a/include/internal/quic_tserver.h +++ b/include/internal/quic_tserver.h @@ -182,7 +182,7 @@ OSSL_TIME ossl_quic_tserver_get_deadline(QUIC_TSERVER *srv); * Shutdown the QUIC connection. Returns 1 if the connection is terminated and * 0 otherwise. */ -int ossl_quic_tserver_shutdown(QUIC_TSERVER *srv); +int ossl_quic_tserver_shutdown(QUIC_TSERVER *srv, uint64_t app_error_code); /* Force generation of an ACK-eliciting packet. */ int ossl_quic_tserver_ping(QUIC_TSERVER *srv); -- cgit v1.2.3