summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2022-11-02 08:12:19 +0000
committerHugo Landau <hlandau@openssl.org>2023-01-13 13:20:13 +0000
commit7d7a8d416529c4d560fbd5ca73bb3b24383a419c (patch)
tree75ee1db0fa58c2842ef4c7e6bc9b7b17b39477a1
parent16b220dde3ffa0cfaf71dc3bd37a35187f8099fb (diff)
Remove duplicate declaration
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/19703)
-rw-r--r--include/internal/quic_ssl.h1
1 files changed, 0 insertions, 1 deletions
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);