]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Remove duplicate declaration
authorHugo Landau <hlandau@openssl.org>
Wed, 2 Nov 2022 08:12:19 +0000 (08:12 +0000)
committerHugo Landau <hlandau@openssl.org>
Fri, 13 Jan 2023 13:20:13 +0000 (13:20 +0000)
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19703)

include/internal/quic_ssl.h

index 03c30e25e1d8ed2b9ea16ba822904b4aa4b556e1..d9a0ade6d4839cc361913675526abb895fa5d370 100644 (file)
@@ -37,7 +37,6 @@ __owur const SSL_CIPHER *ossl_quic_get_cipher(unsigned int u);
 int ossl_quic_renegotiate_check(SSL *ssl, int initok);
 
 typedef struct quic_conn_st QUIC_CONNECTION;
-typedef struct quic_stream_st QUIC_STREAM;
 
 __owur QUIC_CONNECTION *ossl_quic_conn_from_ssl(SSL *ssl);
 int ossl_quic_conn_set_qrx(QUIC_CONNECTION *qc, OSSL_QRX *qrx);