From: Hugo Landau Date: Wed, 2 Nov 2022 08:12:19 +0000 (+0000) Subject: Remove duplicate declaration X-Git-Tag: openssl-3.2.0-alpha1~1511 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d7a8d416529c4d560fbd5ca73bb3b24383a419c;p=thirdparty%2Fopenssl.git Remove duplicate declaration Reviewed-by: Tomas Mraz Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/19703) --- diff --git a/include/internal/quic_ssl.h b/include/internal/quic_ssl.h index 03c30e25e1d..d9a0ade6d48 100644 --- a/include/internal/quic_ssl.h +++ b/include/internal/quic_ssl.h @@ -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);