Fixed typo in cryptest.sh

pull/308/head
Jeffrey Walton 2016-09-23 23:22:11 -04:00
parent a2b3e8653f
commit 1b5f1b6cf9
1 changed files with 1 additions and 1 deletions

View File

@ -4708,7 +4708,7 @@ if [[ ("$HAVE_X86_AES" -ne "0" || "$HAVE_X86_RDRAND" -ne "0" || "$HAVE_X86_RDSEE
echo
OPTS=()
if [[ ("$GCC_COMPILER" -ne "0") ]]; thn
if [[ ("$GCC_COMPILER" -ne "0") ]]; then
OPTS=("-march=native")
fi
if [[ "$HAVE_X86_AES" -ne "0" ]]; then