mirror of
https://github.com/brunoos/luasec.git
synced 2025-07-26 02:40:00 +02:00
Add compatibility flat to OpenSSL 1.1.1 version
Avoid deprecated messages until the code is fully compliant with version 3.x
This commit is contained in:
2
Makefile
2
Makefile
@ -6,7 +6,7 @@ LUACPATH ?= /usr/lib/lua/5.1
|
||||
# Comment this lines if you will link with non-internal LuaSocket's help files
|
||||
# and edit INCDIR and LIBDIR properly.
|
||||
EXTRA = luasocket
|
||||
DEFS = -DWITH_LUASOCKET
|
||||
DEFS = -DWITH_LUASOCKET -DOPENSSL_API_COMPAT=0x10101000L
|
||||
|
||||
# Edit the lines below to inform new path, if necessary.
|
||||
# Path below points to internal LuaSocket's help files.
|
||||
|
Reference in New Issue
Block a user