We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bfde1b commit 8c209faCopy full SHA for 8c209fa
lib/resty/openssl/auxiliary/nginx.lua
@@ -12,7 +12,8 @@ else
12
local ffi = require "ffi"
13
14
ffi.cdef [[
15
- typedef long off_t;
+ // Nginx seems to always config _FILE_OFFSET_BITS=64, this should always be 8 byte
16
+ typedef long long off_t;
17
typedef unsigned int socklen_t; // windows uses int, same size
18
typedef unsigned short in_port_t;
19
0 commit comments