Skip to content

Commit 576e606

Browse files
author
Tuure Vartiainen
committed
bugfix: ngx.ssl: import base.FFI_ERROR.
1 parent 1a7e4f3 commit 576e606

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/ngx/ssl.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ local get_string_buf = base.get_string_buf
1616
local get_size_ptr = base.get_size_ptr
1717
local FFI_DECLINED = base.FFI_DECLINED
1818
local FFI_OK = base.FFI_OK
19+
local FFI_ERROR = base.FFI_ERROR
1920

2021

2122
ffi.cdef[[

0 commit comments

Comments
 (0)