From 4ecdc2903d53e06273db61b4196ca54d30be489f Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sun, 26 Jul 2020 15:31:54 +0900 Subject: [PATCH] Amend 7a57b039a6bbbf93a0d2c27e0b95cc01c54504ad --- lib/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index caa1cf4d..a02a534b 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -24,7 +24,7 @@ set(NGHTTP2_SOURCES nghttp2_http.c nghttp2_rcbuf.c nghttp2_debug.c - ngtcp2_ksl.c + nghttp2_ksl.c ) set(NGHTTP2_RES "")