summaryrefslogtreecommitdiff
path: root/src/crypto/fipsmodule/sha/asm/sha512-x86_64.pl
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/fipsmodule/sha/asm/sha512-x86_64.pl')
-rwxr-xr-xsrc/crypto/fipsmodule/sha/asm/sha512-x86_64.pl3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/crypto/fipsmodule/sha/asm/sha512-x86_64.pl b/src/crypto/fipsmodule/sha/asm/sha512-x86_64.pl
index 49278506..8c5a5f33 100755
--- a/src/crypto/fipsmodule/sha/asm/sha512-x86_64.pl
+++ b/src/crypto/fipsmodule/sha/asm/sha512-x86_64.pl
@@ -278,7 +278,6 @@ $code.=<<___ if ($SZ==4 && $shaext);
jnz _shaext_shortcut
___
# XOP codepath removed.
-___
$code.=<<___ if ($avx>1);
and \$`1<<8|1<<5|1<<3`,%r11d # check for BMI2+AVX2+BMI1
cmp \$`1<<8|1<<5|1<<3`,%r11d
@@ -2083,4 +2082,4 @@ foreach (split("\n",$code)) {
print $_,"\n";
}
-close STDOUT;
+close STDOUT or die "error closing STDOUT";