Remove CRYPTOPP_NO_UNALIGNED_ACCESS test from cryptest.sh

The define was removed several releases ago
This commit is contained in:
Jeffrey Walton 2021-10-08 14:59:20 -04:00
parent 4adfcd2c6c
commit 43e7c2c8c5
No known key found for this signature in database
GPG Key ID: B36AB348921B1838

View File

@ -2361,7 +2361,7 @@ if [[ ("$IS_DEBIAN" -ne 0 || "$IS_UBUNTU" -ne 0) ]]; then
DEBIAN_FLAGS=("-DHAVE_CONFIG_H" "-I." "-Wdate-time" "-D_FORTIFY_SOURCE=2" "-g" "-O2"
"-fstack-protector-strong" "-Wformat -Werror=format-security" "-DCRYPTOPP_INIT_PRIORITY=250"
"-DCRYPTOPP_NO_UNALIGNED_DATA_ACCESS" "-DNDEBUG" "-fPIC" "-DPIC")
"-DNDEBUG" "-fPIC" "-DPIC")
echo
echo "************************************" | tee -a "$TEST_RESULTS"