diff options
author | 2024-11-16 01:26:42 -0500 | |
---|---|---|
committer | 2024-11-19 16:47:02 +0000 | |
commit | a2bc88bb694302fa6e2e65fca737ca3dd3b0854e (patch) | |
tree | 9d9deca8cf4d52ad3d5ed3a6f8acb8cdbbd238ea /src/plugins/tlspicotls | |
parent | 56265b9f55cbbd93a9eecae568450f321153842d (diff) |
quic: update to quicly version 0.1.5
Type: improvement
Change-Id: I7c9c91a9c4d3ac2499e42eedda0a5d395bdf5912
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
Diffstat (limited to 'src/plugins/tlspicotls')
-rw-r--r-- | src/plugins/tlspicotls/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/tlspicotls/CMakeLists.txt b/src/plugins/tlspicotls/CMakeLists.txt index e60a0e0ebd4..3d16ded34ce 100644 --- a/src/plugins/tlspicotls/CMakeLists.txt +++ b/src/plugins/tlspicotls/CMakeLists.txt @@ -10,7 +10,7 @@ endif() # it's reasonable to make this check to avoid breaking # existing builds when upgrading the quicly/picotls # versions -set(EXPECTED_QUICLY_VERSION "0.1.4-vpp") +set(EXPECTED_QUICLY_VERSION "0.1.5-vpp") vpp_find_path(QUICLY_INCLUDE_DIR NAMES quicly.h) |