diff --git a/Source/Crypto/BEOpenSSLAES.cpp b/Source/Crypto/BEOpenSSLAES.cpp index 27fc3c4df..02edb6d8f 100644 --- a/Source/Crypto/BEOpenSSLAES.cpp +++ b/Source/Crypto/BEOpenSSLAES.cpp @@ -29,7 +29,9 @@ using namespace std; https://boringssl.googlesource.com/boringssl/+/517073cd4b/crypto/cpu-intel.c#76 */ -uint32_t OPENSSL_ia32cap_P[4] = { 0 }; +// 2024-07-29 - GAV +// This is now causing a multiple definition error on linking +//uint32_t OPENSSL_ia32cap_P[4] = { 0 }; const vector HexOrContainer ( const fmx::DataVect& parameters, const fmx::uint32 which ) {