diff --git a/crypto/sha/asm/keccak1600-s390x.pl b/crypto/sha/asm/keccak1600-s390x.pl index 4bd3619f5f..58c44d8ac8 100755 --- a/crypto/sha/asm/keccak1600-s390x.pl +++ b/crypto/sha/asm/keccak1600-s390x.pl @@ -335,7 +335,6 @@ ___ } { $code.=<<___; -.globl KeccakF1600 .type KeccakF1600,\@function .align 32 KeccakF1600: diff --git a/crypto/sha/asm/keccak1600-x86_64.pl b/crypto/sha/asm/keccak1600-x86_64.pl index d3f4c10af1..42de5bf123 100755 --- a/crypto/sha/asm/keccak1600-x86_64.pl +++ b/crypto/sha/asm/keccak1600-x86_64.pl @@ -344,7 +344,6 @@ $code.=<<___; ret .size __KeccakF1600,.-__KeccakF1600 -.globl KeccakF1600 .type KeccakF1600,\@abi-omnipotent .align 32 KeccakF1600: