QUIC Refactor: Fix ANSI - struct definition duplications
[openssl.git] / include / internal / quic_port.h
index be08e213ee4efc96b72e0691e6d39839ec4676a7..9e52a1e77ccea8cc0a078bfade1ca1257d062705 100644 (file)
@@ -75,8 +75,6 @@ typedef struct quic_port_args_st {
     int             is_multi_conn;
 } QUIC_PORT_ARGS;
 
-typedef struct quic_port_st QUIC_PORT;
-
 QUIC_PORT *ossl_quic_port_new(const QUIC_PORT_ARGS *args);
 
 void ossl_quic_port_free(QUIC_PORT *port);