summaryrefslogtreecommitdiff
path: root/TestScripts
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2021-10-08 14:59:20 -0400
committerJeffrey Walton <noloader@gmail.com>2021-10-08 14:59:20 -0400
commit43e7c2c8c564498e93c071fd457a1bb0f93be1e4 (patch)
tree796f544b06c02937b2af53549b7c38db521bb084 /TestScripts
parent4adfcd2c6c13b3c6322fcddf84c442d5f2a9db23 (diff)
downloadcryptopp-git-43e7c2c8c564498e93c071fd457a1bb0f93be1e4.tar.gz
Remove CRYPTOPP_NO_UNALIGNED_ACCESS test from cryptest.sh
The define was removed several releases ago
Diffstat (limited to 'TestScripts')
-rwxr-xr-xTestScripts/cryptest.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/TestScripts/cryptest.sh b/TestScripts/cryptest.sh
index a0332b57..5dd05b02 100755
--- a/TestScripts/cryptest.sh
+++ b/TestScripts/cryptest.sh
@@ -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"