From 742a66f085853ba371d3314d54af9f38683ee6e7 Mon Sep 17 00:00:00 2001 From: thomas Date: Wed, 4 Dec 2024 16:55:46 +0100 Subject: [PATCH] Update openssl version to 3.4.0 --- plugins_tools/eid-viewer/OSX/support/ossl/GNUmakefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins_tools/eid-viewer/OSX/support/ossl/GNUmakefile b/plugins_tools/eid-viewer/OSX/support/ossl/GNUmakefile index b93661e5f..58382c282 100644 --- a/plugins_tools/eid-viewer/OSX/support/ossl/GNUmakefile +++ b/plugins_tools/eid-viewer/OSX/support/ossl/GNUmakefile @@ -1,4 +1,4 @@ -OSSL_VERSION=1.1.1n +OSSL_VERSION=3.4.0 TP_DIR=../../../../../../ThirdParty build: openssl-combined/libcrypto.a @@ -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