Skip to content

Commit

Permalink
feat: enable-legacy and enable-weak-ssl-ciphers (#71)
Browse files Browse the repository at this point in the history
* enable-legacy and enable-weak-ssl-ciphers

* update dependency
  • Loading branch information
notjaywu authored Nov 26, 2024
1 parent 898afe8 commit 27217e7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[submodule "deps/curl-for-windows"]
path = deps/curl-for-windows
url = https://github.com/JCMais/curl-for-windows.git
url = https://github.com/notjaywu/curl-for-windows.git
ignore = dirty
branch = master
2 changes: 1 addition & 1 deletion deps/curl-for-windows
4 changes: 2 additions & 2 deletions scripts/ci/build-openssl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ if [ "$MACOS_UNIVERSAL_BUILD" == "true" ]; then
-fPIC \
--prefix=$build_folder \
--openssldir=$build_folder \
no-tests no-shared "${@:2}"
no-tests no-shared enable-legacy enable-weak-ssl-ciphers "${@:2}"

make && make install_sw

Expand All @@ -84,7 +84,7 @@ else
-fPIC \
--prefix=$build_folder \
--openssldir=$build_folder \
no-shared "${@:3}"
no-shared enable-legacy enable-weak-ssl-ciphers "${@:3}"

# Release - Both
# ./config \
Expand Down

0 comments on commit 27217e7

Please sign in to comment.