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: Rich Salz <rsalz@openssl.org>
Reviewed-by: Andy Polyakov <appro@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6595)
This commit is contained in:
Pauli 2018-06-27 11:34:54 +10:00
parent a0e53000a8
commit 8794be2ed8
2 changed files with 0 additions and 2 deletions

View file

@ -335,7 +335,6 @@ ___
}
{
$code.=<<___;
.globl KeccakF1600
.type KeccakF1600,\@function
.align 32
KeccakF1600:

View file

@ -344,7 +344,6 @@ $code.=<<___;
ret
.size __KeccakF1600,.-__KeccakF1600
.globl KeccakF1600
.type KeccakF1600,\@abi-omnipotent
.align 32
KeccakF1600: