Skip to content

Commit

Permalink
Fix multiple definition error for OPENSSL_ia32cap_P at link time
Browse files Browse the repository at this point in the history
  • Loading branch information
gav- committed Jul 29, 2024
1 parent 807c501 commit fed4a5a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Source/Crypto/BEOpenSSLAES.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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<unsigned char> HexOrContainer ( const fmx::DataVect& parameters, const fmx::uint32 which )
{
Expand Down

0 comments on commit fed4a5a

Please sign in to comment.