Remove development artifacts.
authorPauli <paul.dale@oracle.com>
Wed, 27 Jun 2018 01:34:54 +0000 (11:34 +1000)
committerPauli <paul.dale@oracle.com>
Sun, 1 Jul 2018 21:21:26 +0000 (07:21 +1000)
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)

crypto/sha/asm/keccak1600-s390x.pl
crypto/sha/asm/keccak1600-x86_64.pl

index 4bd3619f5f0dcd3f6be7540a7576f96727ed4f9a..58c44d8ac80abfe07b2f21f281e6344d20371ade 100755 (executable)
@@ -335,7 +335,6 @@ ___
 }
 {
 $code.=<<___;
-.globl KeccakF1600
 .type  KeccakF1600,\@function
 .align 32
 KeccakF1600:
index d3f4c10af1b20eaa328b9a9187b58bdc2148aee6..42de5bf123447f0f5358aba32f8700a9603205dd 100755 (executable)
@@ -344,7 +344,6 @@ $code.=<<___;
        ret
 .size  __KeccakF1600,.-__KeccakF1600
 
-.globl KeccakF1600
 .type  KeccakF1600,\@abi-omnipotent
 .align 32
 KeccakF1600: