From: Tobias Stoeckmann Date: Wed, 9 Jul 2025 20:55:12 +0000 (+0200) Subject: Define ARCHIVE_CRYPTOR_USE_Apple_CommonCrypto to 1 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=4035fca93acb59406c3fee66a31d68220000337f;p=thirdparty%2Flibarchive.git 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 --- 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