Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/Crypto/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@
#endif

#ifndef CRYPTOPP_ALIGN_DATA
// Note: expands to nothing for TC_WINDOWS_BOOT and for compilers that are neither
// MSVC nor GCC/Clang, so alignment is not guaranteed in those builds.
#if defined(_MSC_VER) && !defined(TC_WINDOWS_BOOT)
#define CRYPTOPP_ALIGN_DATA(x) __declspec(align(x))
#elif defined(__GNUC__)
Expand Down
Loading