summaryrefslogtreecommitdiffhomepage
path: root/src/event/quic/ngx_event_quic_protection.h
diff options
context:
space:
mode:
authorSergey Kandaurov <pluknet@nginx.com>2022-01-26 14:15:40 +0300
committerSergey Kandaurov <pluknet@nginx.com>2022-01-26 14:15:40 +0300
commit846a386c7ebc78424ed14993e28d30d26bd26318 (patch)
tree496f6403a96639f4fc0ad681de89821d54b40013 /src/event/quic/ngx_event_quic_protection.h
parent5efdec71581f9402dd7132267d68240ab2f8870b (diff)
downloadnginx-846a386c7ebc78424ed14993e28d30d26bd26318.tar.gz
nginx-846a386c7ebc78424ed14993e28d30d26bd26318.tar.bz2
QUIC: removed draft versions support.
Diffstat (limited to 'src/event/quic/ngx_event_quic_protection.h')
-rw-r--r--src/event/quic/ngx_event_quic_protection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/event/quic/ngx_event_quic_protection.h b/src/event/quic/ngx_event_quic_protection.h
index 92491f02a..ff375b510 100644
--- a/src/event/quic/ngx_event_quic_protection.h
+++ b/src/event/quic/ngx_event_quic_protection.h
@@ -19,7 +19,7 @@
ngx_quic_keys_t *ngx_quic_keys_new(ngx_pool_t *pool);
ngx_int_t ngx_quic_keys_set_initial_secret(ngx_pool_t *pool,
- ngx_quic_keys_t *keys, ngx_str_t *secret, uint32_t version);
+ ngx_quic_keys_t *keys, ngx_str_t *secret);
ngx_int_t ngx_quic_keys_set_encryption_secret(ngx_pool_t *pool,
ngx_uint_t is_write, ngx_quic_keys_t *keys,
enum ssl_encryption_level_t level, const SSL_CIPHER *cipher,