Fix misaligned SSE2 allocations on FreeBSD (GH #562)

This may have something to do with https://github.com/monero-project/kovri/pull/788
pull/574/merge
Jeffrey Walton 2018-01-29 17:05:25 -05:00
parent 96bc82fe12
commit c4392c40e0
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 1 additions and 1 deletions

View File

@ -697,7 +697,7 @@ NAMESPACE_END
#define CRYPTOPP_APPLE_MALLOC_AVAILABLE #define CRYPTOPP_APPLE_MALLOC_AVAILABLE
#elif defined(_AIX) #elif defined(_AIX)
#define CRYPTOPP_POSIX_MEMALIGN_AVAILABLE #define CRYPTOPP_POSIX_MEMALIGN_AVAILABLE
#elif defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__DragonFly__) #elif defined(__NetBSD__) || defined(__OpenBSD__) || defined(__DragonFly__)
#define CRYPTOPP_MALLOC_ALIGNMENT_IS_16 #define CRYPTOPP_MALLOC_ALIGNMENT_IS_16
#elif defined(__linux__) || defined(__sun__) || defined(__CYGWIN__) #elif defined(__linux__) || defined(__sun__) || defined(__CYGWIN__)
#define CRYPTOPP_MEMALIGN_AVAILABLE #define CRYPTOPP_MEMALIGN_AVAILABLE