From 4035fca93acb59406c3fee66a31d68220000337f Mon Sep 17 00:00:00 2001 From: Tobias Stoeckmann Date: Wed, 9 Jul 2025 22:55:12 +0200 Subject: [PATCH] Define ARCHIVE_CRYPTOR_USE_Apple_CommonCrypto to 1 All other define statements set a value. Set one here as well for maximum compatibility. Signed-off-by: Tobias Stoeckmann --- libarchive/archive_cryptor_private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libarchive/archive_cryptor_private.h b/libarchive/archive_cryptor_private.h index 573a617e1..1dbc5c17a 100644 --- a/libarchive/archive_cryptor_private.h +++ b/libarchive/archive_cryptor_private.h @@ -43,7 +43,7 @@ int __libarchive_cryptor_build_hack(void); #ifdef __APPLE__ # include # if MAC_OS_X_VERSION_MAX_ALLOWED >= 1080 -# define ARCHIVE_CRYPTOR_USE_Apple_CommonCrypto +# define ARCHIVE_CRYPTOR_USE_Apple_CommonCrypto 1 # endif #endif -- 2.47.2