Skip to content

Commit

Permalink
Upgrade to OpenSSL 3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tagavari committed Jul 1, 2022
1 parent 6de6b19 commit ca4dd1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions AirMessage.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1716,7 +1716,7 @@
"$(PROJECT_DIR)/OpenSSL",
);
MACOSX_DEPLOYMENT_TARGET = 10.10;
MARKETING_VERSION = 3.0.2;
MARKETING_VERSION = 3.0.4;
OTHER_LDFLAGS = (
"-Xlinker",
"-all_load",
Expand Down Expand Up @@ -1757,7 +1757,7 @@
"$(PROJECT_DIR)/OpenSSL",
);
MACOSX_DEPLOYMENT_TARGET = 10.10;
MARKETING_VERSION = 3.0.2;
MARKETING_VERSION = 3.0.4;
OTHER_LDFLAGS = (
"-Xlinker",
"-all_load",
Expand Down
2 changes: 1 addition & 1 deletion OpenSSL/Configure.command
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

cd "$(dirname "$0")"

OPENSSL_VERSION=3.0.3
OPENSSL_VERSION=3.0.4

#Download OpenSSL
echo "Downloading OpenSSL version $OPENSSL_VERSION..."
Expand Down

0 comments on commit ca4dd1c

Please sign in to comment.