Skip to content

Commit

Permalink
Revert previous three commits to master branch
Browse files Browse the repository at this point in the history
This reverts to commit 807c501
  • Loading branch information
gav- committed Jul 30, 2024
1 parent c9241ce commit 85f5606
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions Project/BaseElements.cbp
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,11 @@
<Add library="libPocoZip.a" />
<Add library="libPocoXML.a" />
<Add library="libpodofo.a" />
<Add library="libunistring.a" />
<Add library="libfontconfig.a" />
<Add library="libfreetype.a" />
<Add library="libiconv.a" />
<Add library="libheif.a" />
<Add library="libde265.a" />
<Add library="liblibde265.a" />
<Add library="libjpeg.a" />
<Add library="libpng16.a" />
<Add library="libz.a" />
Expand Down
4 changes: 1 addition & 3 deletions Source/Crypto/BEOpenSSLAES.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ using namespace std;
https://boringssl.googlesource.com/boringssl/+/517073cd4b/crypto/cpu-intel.c#76
*/
// 2024-07-29 - GAV
// This is now causing a multiple definition error on linking
//uint32_t OPENSSL_ia32cap_P[4] = { 0 };
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 85f5606

Please sign in to comment.