]> git.ipfire.org Git - thirdparty/curl.git/commit
configure: make quiche require quiche_conn_send_ack_eliciting
authorDaniel Stenberg <daniel@haxx.se>
Tue, 4 Apr 2023 08:47:35 +0000 (10:47 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 4 Apr 2023 12:35:15 +0000 (14:35 +0200)
commit164dab7864337a5ae2fe0aaa7c4a7d34ca763498
tree9bf66f6d3aa17565bd9a730cda387a66d2b11f31
parenta13ef31d0fbbf98120b711746bd8802acaba6b0a
configure: make quiche require quiche_conn_send_ack_eliciting

curl now requires quiche version >= 1.17.1 to be used and this function
was added in this version and makes a convenient check.

This requirement is because this is the lowest quiche version that
supports peer-initiated key updates correctly.

Closes #10886
configure.ac