Skip to content

Commit

Permalink
Merge pull request #282 from evo-lua/lua-openssl-update
Browse files Browse the repository at this point in the history
Update OpenSSL and LuaOpenSSL to enable using the KDF API
  • Loading branch information
rdw-software authored Sep 20, 2023
2 parents d6b1077 + 9fe3630 commit 75afe2c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 8 deletions.
3 changes: 1 addition & 2 deletions deps/luaopenssl-unixbuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ SRC_DIR=deps/zhaog/lua-openssl
BUILD_DIR=$SRC_DIR/cmakebuild-unix
OUT_DIR=ninjabuild-unix

# Include paths must be relative to the lua-openssl directory (NOT the project root)
LUAJIT_SRC_DIR=../../LuaJIT/LuaJIT/src
LUAJIT_SRC_DIR=$(pwd)/deps/LuaJIT/LuaJIT/src

# Need to pass the full path for Mac OS builds?
OPENSSL_DIR=$(pwd)/$BUILD_DIR
Expand Down
3 changes: 1 addition & 2 deletions deps/luaopenssl-windowsbuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ SRC_DIR=deps/zhaog/lua-openssl
BUILD_DIR=$SRC_DIR/cmakebuild-windows
OUT_DIR=ninjabuild-windows

# Include paths must be relative to the lua-openssl directory (NOT the project root)
LUAJIT_SRC_DIR=../../LuaJIT/LuaJIT/src
LUAJIT_SRC_DIR=$(pwd)/deps/LuaJIT/LuaJIT/src

OPENSSL_DIR=$BUILD_DIR
OPENSSL_INCLUDE_DIR=deps/openssl/openssl/include
Expand Down
2 changes: 1 addition & 1 deletion deps/openssl-unixbuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ OPENSSL_DIR=deps/openssl/openssl

cd $OPENSSL_DIR

./config no-tests no-shared
./config no-tests no-shared no-dso

make clean
make -j $NUM_PARALLEL_JOBS
Expand Down
2 changes: 1 addition & 1 deletion deps/openssl-windowsbuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ OPENSSL_DIR=deps/openssl/openssl

cd $OPENSSL_DIR

perl Configure mingw64 no-tests no-shared
perl Configure mingw64 no-tests no-shared no-dso

make clean
make -j $NUM_PARALLEL_JOBS
Expand Down
2 changes: 1 addition & 1 deletion deps/openssl/openssl
Submodule openssl updated 1198 files

0 comments on commit 75afe2c

Please sign in to comment.