From 7d7a8d416529c4d560fbd5ca73bb3b24383a419c Mon Sep 17 00:00:00 2001 From: Hugo Landau Date: Wed, 2 Nov 2022 08:12:19 +0000 Subject: [PATCH] Remove duplicate declaration Reviewed-by: Tomas Mraz Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/19703) --- include/internal/quic_ssl.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/internal/quic_ssl.h b/include/internal/quic_ssl.h index 03c30e25e1..d9a0ade6d4 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); -- 2.39.5