Skip to content

Commit

Permalink
Update shipped openssl libs to 3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chris2511 committed Sep 30, 2024
1 parent 7b9d75b commit 60c9eb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion release/build-mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ do_mysql()
}

OSSL_MAJOR="3"
OSSL="openssl-3.3.1"
OSSL="openssl-3.3.2"
XCA_DIR="$(cd `dirname $0`/.. && pwd)"
TOP_DIR="`dirname $XCA_DIR`"
QT_DIR="$TOP_DIR/6.6.3/macos"
Expand Down
2 changes: 1 addition & 1 deletion release/build-w64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ do_openssl() {
make install
}

OSSL="openssl-3.3.1"
OSSL="openssl-3.3.2"
XCA_DIR="$(cd `dirname $0`/.. && pwd)"
TOP_DIR="`dirname $XCA_DIR`"
QT_DIR="$TOP_DIR/QT/6.6.3/mingw_64"
Expand Down

0 comments on commit 60c9eb5

Please sign in to comment.