From 45afa0fdcf5f23026ca425eb31c09b436940bfa0 Mon Sep 17 00:00:00 2001 From: Cloud Wu Date: Tue, 26 Mar 2019 18:46:31 +0800 Subject: [PATCH] fix #965 --- test/testhttp.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/testhttp.lua b/test/testhttp.lua index f8019cad..13c4d3db 100644 --- a/test/testhttp.lua +++ b/test/testhttp.lua @@ -30,7 +30,7 @@ local function main() dns.server() http_test("http") - if not pcall(require,"ltls") then + if not pcall(require,"ltls.c") then print "No ltls module, https is not supported" else http_test("https")