Skip to content

Commit

Permalink
Update openssl version to 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tocharl committed Dec 4, 2024
1 parent 85d1c20 commit 742a66f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugins_tools/eid-viewer/OSX/support/ossl/GNUmakefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
OSSL_VERSION=1.1.1n
OSSL_VERSION=3.4.0
TP_DIR=../../../../../../ThirdParty

build: openssl-combined/libcrypto.a
Expand All @@ -9,8 +9,8 @@ clean: clean-builds
rm -rf openssl-$(OSSL_VERSION).tar.gz

configured: openssl-combined/Configure openssl-x86_64 openssl-arm64
cd openssl-x86_64; ../openssl-combined/Configure no-shared no-asm -mmacosx-version-min=10.9 darwin64-x86_64-cc
cd openssl-arm64; ../openssl-combined/Configure no-shared no-asm -mmacosx-version-min=11 darwin64-arm64-cc
cd openssl-x86_64; ../openssl-combined/Configure no-shared no-asm -mmacosx-version-min=13 darwin64-x86_64-cc
cd openssl-arm64; ../openssl-combined/Configure no-shared no-asm -mmacosx-version-min=13 darwin64-arm64-cc
$(MAKE) -C openssl-x86_64 depend
$(MAKE) -C openssl-arm64 depend
touch configured
Expand Down

0 comments on commit 742a66f

Please sign in to comment.