Disable Cryptogams AES for ARMv7 (GH #1236)

This commit is contained in:
Jeffrey Walton 2023-09-29 15:33:30 -04:00
parent 82451cd274
commit d4b9fa1165
No known key found for this signature in database
GPG Key ID: B36AB348921B1838

View File

@ -382,6 +382,10 @@
# endif
#endif
// We are still having trouble with integrating Cryptogams AES. Ugh...
// https://github.com/weidai11/cryptopp/issues/1236
#undef CRYPTOGAMS_ARM_AES
// Clang intrinsic casts, http://bugs.llvm.org/show_bug.cgi?id=20670
#define UINT64_CAST(x) ((uint64_t *)(void *)(x))
#define CONST_UINT64_CAST(x) ((const uint64_t *)(const void *)(x))