diff options
Diffstat (limited to 'src/event/quic/ngx_event_quic_ssl.h')
| -rw-r--r-- | src/event/quic/ngx_event_quic_ssl.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/event/quic/ngx_event_quic_ssl.h b/src/event/quic/ngx_event_quic_ssl.h index 68656b85c..ee0aa07c9 100644 --- a/src/event/quic/ngx_event_quic_ssl.h +++ b/src/event/quic/ngx_event_quic_ssl.h @@ -16,7 +16,4 @@ ngx_int_t ngx_quic_init_connection(ngx_connection_t *c); ngx_int_t ngx_quic_handle_crypto_frame(ngx_connection_t *c, ngx_quic_header_t *pkt, ngx_quic_frame_t *frame); -ngx_int_t ngx_quic_crypto_input(ngx_connection_t *c, - ngx_quic_frame_t *frame, void *data); - #endif /* _NGX_EVENT_QUIC_SSL_H_INCLUDED_ */ |
