The issue was discovered on the x86/64 when attempting to include
libcrypto inside another shared library. A relocation of type
R_X86_64_PC32 was generated which causes a linker error.
Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Andy Polyakov <appro@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6595)
}
{
$code.=<<___;
-.globl KeccakF1600
.type KeccakF1600,\@function
.align 32
KeccakF1600:
ret
.size __KeccakF1600,.-__KeccakF1600
-.globl KeccakF1600
.type KeccakF1600,\@abi-omnipotent
.align 32
KeccakF1600: