Commit 8794be2e authored by Pauli's avatar Pauli
Browse files

Remove development artifacts.



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: default avatarRich Salz <rsalz@openssl.org>
Reviewed-by: default avatarAndy Polyakov <appro@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6595)
parent a0e53000
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -335,7 +335,6 @@ ___
}
{
$code.=<<___;
.globl	KeccakF1600
.type	KeccakF1600,\@function
.align	32
KeccakF1600:
+0 −1
Original line number Diff line number Diff line
@@ -344,7 +344,6 @@ $code.=<<___;
	ret
.size	__KeccakF1600,.-__KeccakF1600

.globl	KeccakF1600
.type	KeccakF1600,\@abi-omnipotent
.align	32
KeccakF1600: