diff --git a/cryptest.sh b/cryptest.sh index ef13c0be..daeb824c 100755 --- a/cryptest.sh +++ b/cryptest.sh @@ -3903,7 +3903,7 @@ fi ############################################ # Release build, Bounds Sanitizer, c++17 -if [[ ("$HAVE_CXX14" -ne "0" && "$HAVE_BOUNDS_SAN" -ne "0") ]]; then +if [[ ("$HAVE_CXX17" -ne "0" && "$HAVE_BOUNDS_SAN" -ne "0") ]]; then echo echo "************************************" | tee -a "$TEST_RESULTS" echo "Testing: Release, c++17, Bounds Sanitizer" | tee -a "$TEST_RESULTS"