We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4fa4bc commit f1be855Copy full SHA for f1be855
1 file changed
lib/ngx/ssl.lua
@@ -14,7 +14,6 @@ local error = error
14
local tonumber = tonumber
15
local errmsg = base.get_errmsg_ptr()
16
local get_string_buf = base.get_string_buf
17
-local get_string_buf_size = base.get_string_buf_size
18
local get_size_ptr = base.get_size_ptr
19
local FFI_DECLINED = base.FFI_DECLINED
20
local FFI_OK = base.FFI_OK
@@ -81,7 +80,6 @@ local _M = { version = base.version }
81
80
82
local charpp = ffi.new("char*[1]")
83
local intp = ffi.new("int[1]")
84
-local err_buf = ffi.new("unsigned char *[1]")
85
86
87
function _M.clear_certs()
0 commit comments